summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-05-01 00:46:57 -0700
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-05-01 00:46:57 -0700
commit49eb223d9abc067a80a18b98629ab0f7d1b37176 (patch)
treec99199fd0f599a20a9e299fb55f8aaba85c88484 /deploy.sh
parentbd9fcb53a59b6ad4de0ebb83c0329f312d647b11 (diff)
downloadmistymountainstherapy-49eb223d9abc067a80a18b98629ab0f7d1b37176.tar.gz
mistymountainstherapy-49eb223d9abc067a80a18b98629ab0f7d1b37176.zip
ci/cd
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh
index bb2e026..ce06441 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -5,6 +5,6 @@ set -e
echo $SSH_KEY | base64 -d >> /tmp/key
chmod -R 0600 /tmp/key
-ssh -i /tmp/key -o StrictHostKeyChecking=no $HOST "cd /home/lizzy/mistymountains && git pull && git reset --hard origin/master && npm run build && sudo systemctl restart mmt"
+ssh -i /tmp/key -o StrictHostKeyChecking=no $HOST "sudo systemctl restart docker-compose@mmt"
rm /tmp/key