Add drone config

This commit is contained in:
askiiart 2023-09-01 20:47:26 -05:00
parent 2708a40f99
commit 8cfb41253c
No known key found for this signature in database
GPG key ID: 85505F3A2264FA01

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/discord-always-dungeons
tags: latest
username:
from_secret: docker_username
password:
from_secret: docker_password