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

This commit is contained in:
2025-05-02 00:49:35 +01:00
parent a68328527e
commit dff5a292d1

View File

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