Skip to content

Commit b8d3aba

Browse files
committed
fix github action config typo
1 parent 0695ad2 commit b8d3aba

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
@@ -33,7 +33,7 @@ jobs:
3333
- name: Deploy website
3434
run: |
3535
MACHINE_IP="$(tailscale ip -4 $MACHINE_NAME)"
36-
ssh -i ~/.ssh/key "$MACHINE_USER_NAME:@$MACHINE_IP" /bin/bash << EOF
36+
ssh -i ~/.ssh/key "$MACHINE_USER_NAME@$MACHINE_IP" /bin/bash << EOF
3737
cd /opt/website
3838
git pull
3939
cd ../

0 commit comments

Comments
 (0)