Skip to content

Commit 88af498

Browse files
committed
fix ci action
1 parent faa4f4c commit 88af498

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
@@ -27,7 +27,7 @@ jobs:
2727
chmod 600 ~/.ssh/key
2828
- name: Deploy website
2929
run: |
30-
MACHINE_IP=$(tailscale ip -6 $MACHINE)
30+
MACHINE_IP="$(tailscale ip -6 $MACHINE)"
3131
ssh -i ~/.ssh/key kenneth@MACHINE_IP <<EOF
3232
cd /opt/website
3333
git pull

0 commit comments

Comments
 (0)