diff options
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 |
