Skip to content

Commit d398ba7

Browse files
committed
Refactor deployment workflow by cleaning up comments and ensuring clarity in the Pulumi deployment step, enhancing overall readability.
1 parent 76c6dc1 commit d398ba7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,9 @@ jobs:
3636
# Login to ECR (needed for Docker push)
3737
- name: Login to Amazon ECR
3838
id: login-ecr
39-
uses:
40-
aws-actions/amazon-ecr-login@v2
39+
uses: aws-actions/amazon-ecr-login@v2
4140

42-
# Deploy everything through Pulumi (handles Docker building and infrastructure)
41+
# Deploy everything through Pulumi (handles Docker building and infrastructure)
4342
- name: Deploy with Pulumi
4443
run: |
4544
cd apps/infra

0 commit comments

Comments
 (0)