Skip to content
Snippets Groups Projects
Commit 6c1245d1 authored by Ole Voldsæter's avatar Ole Voldsæter
Browse files

typo

parent dc0d3618
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ deploy: ...@@ -28,7 +28,7 @@ deploy:
--capabilities CAPABILITY_IAM --capabilities CAPABILITY_IAM
- aws s3 rm "s3://${STACK_NAME}.aws.uib.no" --recursive - aws s3 rm "s3://${STACK_NAME}.aws.uib.no" --recursive
- aws s3 sync dist/ "s3://${STACK_NAME}.aws.uib.no" --delete - aws s3 sync dist/ "s3://${STACK_NAME}.aws.uib.no" --delete
- aws s3 sync api-static/ "s3://${STACK_NAME}.aws.uib.no" --delete - aws s3 sync api_static/ "s3://${STACK_NAME}.aws.uib.no" --delete
- DISTRO_ID=$(aws cloudformation describe-stack-resource - DISTRO_ID=$(aws cloudformation describe-stack-resource
--stack-name ${STACK_NAME} --stack-name ${STACK_NAME}
--logical-resource-id Distribution --logical-resource-id Distribution
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment