summaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-04-29 21:01:09 -0700
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-04-29 21:01:09 -0700
commitc255fefb2240e0e2605a42f3f8f8a3944f9ed2c2 (patch)
tree4c30be1e074761e044dd4ef68658657d052f0a31 /.drone.yml
parentc10f93f556363a7f543065e3b8537511c34e0b22 (diff)
downloadmistymountainstherapy-c255fefb2240e0e2605a42f3f8f8a3944f9ed2c2.tar.gz
mistymountainstherapy-c255fefb2240e0e2605a42f3f8f8a3944f9ed2c2.zip
cd
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
new file mode 100644
index 0000000..205eb86
--- /dev/null
+++ b/.drone.yml
@@ -0,0 +1,20 @@
+---
+kind: pipeline
+type: docker
+name: default
+
+steps:
+- name: build
+ image: fedora:39
+ commands:
+ - yum install --assumeyes openssh
+ - sh deploy.sh
+ environment:
+ HOST:
+ from_secret: HOST
+ SSH_KEY:
+ from_secret: SSH_KEY
+
+trigger:
+ branch:
+ - main