whoops
Some checks failed
/ Deploy website to server (push) Failing after 14s

This commit is contained in:
2025-05-02 00:26:02 +01:00
parent a32deff9c8
commit b56b57e85e

View File

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