Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: release automation on unstable #816

Merged
merged 14 commits into from
May 12, 2023
Prev Previous commit
Next Next commit
ci: try host admin.unstable
  • Loading branch information
oddgrd committed May 12, 2023
commit feb744bc1123bc19b2d4afbfebb8b382344bad01
9 changes: 6 additions & 3 deletions .circleci/unstable-ssh-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ set -ue

# add our config to the .ssh/config in circleci
cat >> $HOME/.ssh/config <<- EOF
Host admin.unstable
HostName 3.11.51.209
User ec2-user

Host *.shuttle.internal
ProxyJump 3.11.51.209
User circleci
ProxyJump ec2-user@3.11.51.209
User ec2-user
ProxyJump ec2-user@admin.unstable
EOF