diff options
| author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-04-29 21:11:40 -0700 |
|---|---|---|
| committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-04-29 21:18:55 -0700 |
| commit | 1bd0336144dd378b1f67543743f53e0c6846c238 (patch) | |
| tree | a6b4b2337dce063f2276b1b338ea4063dcd251b8 /.drone.yml | |
| parent | c255fefb2240e0e2605a42f3f8f8a3944f9ed2c2 (diff) | |
| download | mistymountainstherapy-1bd0336144dd378b1f67543743f53e0c6846c238.tar.gz mistymountainstherapy-1bd0336144dd378b1f67543743f53e0c6846c238.zip | |
main -> master
Diffstat (limited to '.drone.yml')
| -rw-r--r-- | .drone.yml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
