Skip to content

Commit

Permalink
Instance ID as variable
Browse files Browse the repository at this point in the history
  • Loading branch information
g10f committed Apr 5, 2024
1 parent 02d5d7c commit 48de492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
known_hosts: ${{ secrets.KNOWN_HOSTS }}
config: |
Host g10f-oidc-demo
ProxyCommand sh -c "aws ssm start-session --region eu-central-1 --target --document-name AWS-StartSSHSession --parameters 'portNumber=%p'"
ProxyCommand sh -c "aws ssm start-session --region eu-central-1 --target ${{ secrets.INSTANCE_ID }} --document-name AWS-StartSSHSession --parameters 'portNumber=%p'"
User ubuntu
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 48de492

Please sign in to comment.