aboutsummaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy.sh b/deploy.sh
index afab53e..3d12517 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -18,5 +18,6 @@ green "Done.\n"
yellow "Restart docker-compose"
ssh "$TLD" "cd /home/vps/ && docker-compose down"
+ssh "$TLD" "cd /home/vps/ && docker-compose pull"
ssh "$TLD" "cd /home/vps/ && docker-compose up -d"
green "Done.\n"