We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a683285 commit dff5a29Copy full SHA for dff5a29
1 file changed
.github/workflows/deploy.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Deploy website
34
run: |
35
MACHINE_IP="$(tailscale ip -4 $MACHINE)"
36
- ssh -i ~/.ssh/key "kenneth@$MACHINE_IP" <<EOF
+ ssh -i ~/.ssh/key "kenneth@$MACHINE_IP" /bin/bash << EOF
37
cd /opt/website
38
git pull
39
docker build -t website .
0 commit comments