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 name: default
steps: steps:
- name: build - name: deploy
image: fedora:39 image: fedora:39
commands: commands:
- yum install --assumeyes openssh - yum install --assumeyes openssh-clients rsync
- sh deploy.sh - sh deploy.sh
environment: environment:
HOST: HOST:
@ -17,4 +17,4 @@ steps:
trigger: trigger:
branch: branch:
- main - master