Compare commits

...

2 Commits

Author SHA1 Message Date
3wc ca67841f2e Update Drone config
continuous-integration/drone/push Build is passing Details
2021-08-12 15:33:25 +02:00
3wc fcd1fe7270 Add Drone 🤖
continuous-integration/drone Build is failing Details
2021-08-12 15:29:55 +02:00
1 changed files with 15 additions and 0 deletions

15
.drone.yml Normal file
View File

@ -0,0 +1,15 @@
---
kind: pipeline
name: publish docker image
steps:
- name: build and publish
image: plugins/docker
settings:
username:
from_secret: docker_reg_username_3wc
password:
from_secret: docker_reg_passwd_3wc
repo: 3wordchant/oasis
tags: latest
dockerfile: contrib/Dockerfile