Skip to content

Commit

Permalink
modify: deploy run stg.yaml to backend.stg.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
GanghyeonSeo committed Jun 1, 2024
1 parent 058ce75 commit 7a915c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
ECR_REPOSITORY: ${{ needs.build.outputs.ECR_REPOSITORY }}
IMAGE_TAG: ${{ needs.build.outputs.IMAGE_TAG }}
run: |
sed -i "s|image:.*|image: $ECR_REGISTRY\/$ECR_REPOSITORY:$IMAGE_TAG|g" applications/check-out/stg.yaml
sed -i "s|image:.*|image: $ECR_REGISTRY\/$ECR_REPOSITORY:$IMAGE_TAG|g" applications/check-out/backend.stg.yaml
- name: Commit and Push
env:
Expand Down

0 comments on commit 7a915c0

Please sign in to comment.