diff options
| author | Elizabeth Hunt <me@liz.coffee> | 2026-01-01 18:32:49 -0800 |
|---|---|---|
| committer | Elizabeth Hunt <me@liz.coffee> | 2026-02-07 14:24:53 -0800 |
| commit | d086e9e753da10269b856aea76f47ba32a7c44e0 (patch) | |
| tree | 64e40df1e4d25d91c1169cd1e21c4ee34a6a1b3d /deploy.sh | |
| parent | 0248a3899ed910f005dccaeefc1d9dcb893e8154 (diff) | |
| download | mistymountainstherapy-d086e9e753da10269b856aea76f47ba32a7c44e0.tar.gz mistymountainstherapy-d086e9e753da10269b856aea76f47ba32a7c44e0.zip | |
Diffstat (limited to 'deploy.sh')
| -rwxr-xr-x | deploy.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/deploy.sh b/deploy.sh deleted file mode 100755 index ce06441..0000000 --- a/deploy.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -set -e - -echo $SSH_KEY | base64 -d >> /tmp/key -chmod -R 0600 /tmp/key - -ssh -i /tmp/key -o StrictHostKeyChecking=no $HOST "sudo systemctl restart docker-compose@mmt" - -rm /tmp/key |
