Add drone config
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
askiiart 2023-09-07 22:37:20 -05:00
parent 9c8693ea55
commit 507e243841

14
.drone.yml Normal file
View file

@ -0,0 +1,14 @@
kind: pipeline
name: default
steps:
- name: build and publish
image: plugins/docker
pull: always
settings:
repo: askiiart/microblogpub
tags: latest
username:
from_secret: docker_username
password:
from_secret: docker_password