Skip to content

Commit

Permalink
hardcode ts username?
Browse files Browse the repository at this point in the history
  • Loading branch information
KTachibanaM committed Feb 5, 2024
1 parent 6e25433 commit e384bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ jobs:
- name: Ssh into the machine, pull container and restart
run: |
MACHINE_IP="$(tailscale ip -6 $TS_MACHINE)"
ssh -i ~/.ssh/key "$TS_USERNAME@$MACHINE_IP" "cd $TS_DIR && docker compose pull && docker compose up -d"
ssh -i ~/.ssh/key "ubuntu@$MACHINE_IP" "cd $TS_DIR && docker compose pull && docker compose up -d"

0 comments on commit e384bbc

Please sign in to comment.