fix github action config typo

This commit is contained in:
2025-05-28 19:16:21 +01:00
parent 0695ad26bd
commit b8d3aba4c0

View File

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