Skip to content

Commit dff5a29

Browse files
committed
idk
1 parent a683285 commit dff5a29

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)"
36-
ssh -i ~/.ssh/key "kenneth@$MACHINE_IP" <<EOF
36+
ssh -i ~/.ssh/key "kenneth@$MACHINE_IP" /bin/bash << EOF
3737
cd /opt/website
3838
git pull
3939
docker build -t website .

0 commit comments

Comments
 (0)