Add dronefile (#2)
continuous-integration/drone/push Build is failing Details

* 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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

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