Skip to content

Commit

Permalink
Merge pull request #604 from SWM-Morandi/hotfix-CI/CD-ssh-tunneling-k…
Browse files Browse the repository at this point in the history
…ey-issue

hotfix CI/CD ssh tunneling key issue
  • Loading branch information
miiiinju1 authored Dec 30, 2023
2 parents 958455a + 27822f4 commit 2b8bf7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
with:
host: ${{ env.EC2_BASTION_HOST }}
debug: true
key: ${{ secrets.SSH_SECRET_ACCESS_KEY }}
username: ubuntu
port: 22
envs: EC2_BACKEND_HOST,GITHUB_SHA,ECR_REGISTRY
Expand Down

0 comments on commit 2b8bf7d

Please sign in to comment.