Skip to content

Commit 960b30e

Browse files
committed
CI/CD - Resolved Typo in Dev Deployment
Signed-off-by: David Deal <ddeal@linuxfoundation.org>
1 parent c9286bf commit 960b30e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
STAGE: dev
1717

1818
jobs:
19-
build-deploy--dev:
19+
build-deploy-dev:
2020
runs-on: ubuntu-latest
2121
environment: dev
2222
steps:
@@ -76,6 +76,6 @@ jobs:
7676
echo "Invalidating Cloudfront caches using command: aws --profile ${AWS_PROFILE} cloudfront create-invalidation --distribution-id ${DISTRIBUTION_ID} --paths '/*'"
7777

7878
# SLS_DEBUG=* ./node_modules/serverless/bin/serverless.js cloudfrontInvalidate -s ${STAGE} -r ${AWS_REGION} --cloudfront=true
79-
aws --profile ${AWS_PROFILE} cloudfront create-invalidation --distribution-id ${DISTRIBUTION_ID} --paths "/*" SLS_DEBUG=* yarn sls deploy --verbose -s ${STAGE} -r ${AWS_REGION}
79+
aws --profile ${AWS_PROFILE} cloudfront create-invalidation --distribution-id ${DISTRIBUTION_ID} --paths "/*"
8080
env:
8181
DISTRIBUTION_ID: E4CMSMNLN6Y7T

0 commit comments

Comments
 (0)