Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Tailscale (#397)
Browse files Browse the repository at this point in the history
* Changed host variable to stardardize name across repos.

* Changed deploy configs to change starkcompass-testing user to dev.

* Added retires to ssh-keyscan.
  • Loading branch information
samoht9277 authored Jan 11, 2024
1 parent f7a96c3 commit f362ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
mkdir -p ~/.ssh/
sed -E 's/(-+(BEGIN|END) OPENSSH PRIVATE KEY-+) *| +/\1\n/g' <<< "$SSH_KEY" > ~/.ssh/id_ed25519
chmod 400 ~/.ssh/id_ed25519
ssh-keyscan $TS_HOST >> ~/.ssh/known_hosts
retries=5; until ssh-keyscan $TS_HOST >> ~/.ssh/known_hosts || [ $retries -eq 0 ]; do ((retries--)); sleep 5; done
- name: Install ansible
run: |
Expand Down

0 comments on commit f362ae6

Please sign in to comment.