From 6c1245d1af2e411f2e9a3d9835bdbf75b120aeea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Volds=C3=A6ter?= <ole.voldsater@uib.no> Date: Fri, 11 Sep 2020 12:53:10 +0200 Subject: [PATCH] typo --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 147fc00b..35bd922e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,7 +28,7 @@ deploy: --capabilities CAPABILITY_IAM - aws s3 rm "s3://${STACK_NAME}.aws.uib.no" --recursive - 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 --stack-name ${STACK_NAME} --logical-resource-id Distribution -- GitLab