We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faa4f4c commit 88af498Copy full SHA for 88af498
1 file changed
.github/workflows/deploy.yml
@@ -27,7 +27,7 @@ jobs:
27
chmod 600 ~/.ssh/key
28
- name: Deploy website
29
run: |
30
- MACHINE_IP=$(tailscale ip -6 $MACHINE)
+ MACHINE_IP="$(tailscale ip -6 $MACHINE)"
31
ssh -i ~/.ssh/key kenneth@MACHINE_IP <<EOF
32
cd /opt/website
33
git pull
0 commit comments