diff options
| author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-05-01 00:46:57 -0700 |
|---|---|---|
| committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-05-01 00:46:57 -0700 |
| commit | 49eb223d9abc067a80a18b98629ab0f7d1b37176 (patch) | |
| tree | c99199fd0f599a20a9e299fb55f8aaba85c88484 /deploy.sh | |
| parent | bd9fcb53a59b6ad4de0ebb83c0329f312d647b11 (diff) | |
| download | mistymountainstherapy-49eb223d9abc067a80a18b98629ab0f7d1b37176.tar.gz mistymountainstherapy-49eb223d9abc067a80a18b98629ab0f7d1b37176.zip | |
ci/cd
Diffstat (limited to 'deploy.sh')
| -rwxr-xr-x | deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
