aboutsummaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/deploy.sh b/deploy.sh
deleted file mode 100755
index ce06441..0000000
--- a/deploy.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-
-set -e
-
-echo $SSH_KEY | base64 -d >> /tmp/key
-chmod -R 0600 /tmp/key
-
-ssh -i /tmp/key -o StrictHostKeyChecking=no $HOST "sudo systemctl restart docker-compose@mmt"
-
-rm /tmp/key