Skip to content

Commit b56b57e

Browse files
committed
whoops
1 parent a32deff commit b56b57e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Deploy website
3131
run: |
3232
MACHINE_IP="$(tailscale ip -6 $MACHINE)"
33-
ssh -i ~/.ssh/key kenneth@MACHINE_IP <<EOF
33+
ssh -i ~/.ssh/key "kenneth@$MACHINE_IP" <<EOF
3434
cd /opt/website
3535
git pull
3636
docker build -t website .

0 commit comments

Comments
 (0)