fix ci action
Some checks failed
/ Deploy website to server (push) Failing after 14s

This commit is contained in:
2025-05-01 23:56:13 +01:00
parent faa4f4c677
commit 88af49844e

View File

@@ -27,7 +27,7 @@ jobs:
chmod 600 ~/.ssh/key
- name: Deploy website
run: |
MACHINE_IP=$(tailscale ip -6 $MACHINE)
MACHINE_IP="$(tailscale ip -6 $MACHINE)"
ssh -i ~/.ssh/key kenneth@MACHINE_IP <<EOF
cd /opt/website
git pull