Initial attempt at Docker

This commit is contained in:
3wc
2021-07-09 23:27:41 +02:00
parent c4ba5ea197
commit f8e9ab2482
3 changed files with 66 additions and 0 deletions

14
.drone.yml Normal file
View File

@ -0,0 +1,14 @@
---
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/capsul-flask
tags: latest