aboutsummaryrefslogtreecommitdiff
path: root/vps/push-receive-redeploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'vps/push-receive-redeploy.sh')
-rwxr-xr-xvps/push-receive-redeploy.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/vps/push-receive-redeploy.sh b/vps/push-receive-redeploy.sh
deleted file mode 100755
index 46a65bc..0000000
--- a/vps/push-receive-redeploy.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/env bash
-
-cd ~/ || exit 1
-docker pull registry.gitlab.com/euandreh/songbooks/prod:latest
-docker-compose stop songbooks_app
-docker-compose up -d --no-deps songbooks_app