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