Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit d19f633

Browse files
committed
changed to 'copilot svc deploy' with --tag
1 parent a67d041 commit d19f633

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
5454
- name: Deploy with AWS Copilot
5555
run: |
56-
copilot deploy \
56+
copilot svc deploy \
5757
--name $SERVICE_NAME \
5858
--env $ENV_NAME \
59-
--image $ECR_REPO:${{ steps.vars.outputs.TAG }}
59+
--tag ${{ steps.vars.outputs.TAG }}

0 commit comments

Comments
 (0)