Skip to content

Commit 82520a7

Browse files
committed
trying to fix sha
1 parent 70b0908 commit 82520a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ jobs:
6868

6969
- name: Deploy stack
7070
run: >
71-
sam deploy --parameter-overrides
72-
SubnetIds=subnet-d30953b4,subnet-3b103115
73-
VpcId=vpc-27ccbb5d
74-
ImageTag=${{ github.sha }}
71+
sam deploy --parameter-overrides \
72+
SubnetIds=subnet-d30953b4,subnet-3b103115 \
73+
VpcId=vpc-27ccbb5d \
74+
ImageTag=sha-${{ github.sha }}
7575

0 commit comments

Comments
 (0)