main -> master
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
Elizabeth Hunt 2024-04-29 21:11:40 -07:00
parent c255fefb22
commit 1bd0336144
Signed by: simponic
GPG Key ID: 2909B9A7FF6213EE

View File

@ -4,10 +4,10 @@ type: docker
name: default
steps:
- name: build
- name: deploy
image: fedora:39
commands:
- yum install --assumeyes openssh
- yum install --assumeyes openssh-clients rsync
- sh deploy.sh
environment:
HOST:
@ -17,4 +17,4 @@ steps:
trigger:
branch:
- main
- master