summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-04-29 21:11:40 -0700
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-04-29 21:18:55 -0700
commit1bd0336144dd378b1f67543743f53e0c6846c238 (patch)
treea6b4b2337dce063f2276b1b338ea4063dcd251b8
parentc255fefb2240e0e2605a42f3f8f8a3944f9ed2c2 (diff)
downloadmistymountainstherapy-1bd0336144dd378b1f67543743f53e0c6846c238.tar.gz
mistymountainstherapy-1bd0336144dd378b1f67543743f53e0c6846c238.zip
main -> master
-rw-r--r--.drone.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml
index 205eb86..baf1415 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -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