Add dronefile (#2)

* Add Dockerfile and main.sh

* Add base settings for now

* Add drone
This commit is contained in:
Tyler Perkins
2022-12-16 19:39:04 -05:00
committed by GitHub
parent 311b767a7d
commit 3e56688254

17
.drone.yml Normal file
View File

@@ -0,0 +1,17 @@
kind: pipeline
name: default
steps:
- name: Build
image: plugins/docker
settings:
username:
from_secret: dockerhub_username
password:
from_secret: dockerhub_password
repo:
from_secret: dockerhub_repo
tags: latest
when:
branch:
- main