Add drone
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tyler Perkins 2022-12-16 19:35:43 -05:00
parent dc95ca7d1d
commit d98c930f43
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