Skip to content

Commit

Permalink
[BE] refactor: apigateway ecr uri 오타 수정 (#24)
Browse files Browse the repository at this point in the history
Signed-off-by: EunJiJung <[email protected]>
  • Loading branch information
bianbbc87 committed Feb 9, 2025
1 parent 2d98feb commit ad69575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/be-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ jobs:
aws_access_key_id: ${{ secrets.AWS_MSA_ACCESS_KEY_ID }}
aws_secret_access_key: ${{ secrets.AWS_MSA_SECRET_ACCESS_KEY }}
aws_region: ${{ secrets.AWS_ECR_REGION }}
ecr_uri: ${{ secrets.AWS_SERVICE_ECR_URI }}
ecr_uri: ${{ secrets.AWS_MSA_ECR_URI }}
ec2_ip: ${{ secrets.AWS_APIGATEWAY_EC2_IP }}
ec2_username: ${{ secrets.AWS_EC2_USERNAME }}
ec2_ssh_key: ${{ secrets.AWS_MSA_SSH_KEY }}
Expand Down

0 comments on commit ad69575

Please sign in to comment.