Skip to content

Commit 2db1755

Browse files
committed
feat(docker): fix ssm parameter name
1 parent 8f54fa7 commit 2db1755

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
aws ssm put-parameter \
4242
--region us-east-1 \
43-
--name /prx/stag/Terra/The_World-Frontent/pkg/docker-image-tag \
43+
--name /prx/stag/Terra/The_World-Frontend/pkg/docker-image-tag \
4444
--value github/prx/theworld-org:${{ github.sha }} \
4545
--overwrite
4646

0 commit comments

Comments
 (0)