CI setup attempt

This commit is contained in:
simon987 2021-11-17 09:53:38 -05:00
parent 502a6a4f04
commit f83f4908bb

18
.drone.yml Normal file
View File

@ -0,0 +1,18 @@
kind: pipeline
type: docker
platform:
os: linux
steps:
- name: build image
image: plugins/docker
settings:
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
repo: simon987/recipes.simon987.net
context: ./
dockerfile: ./Dockerfile
tags: latest