From 88f256e42df13ea12a2788bd33fb3a18e9cfade0 Mon Sep 17 00:00:00 2001 From: Erwan Rouchet <rouchet@teklia.com> Date: Fri, 27 Mar 2020 11:58:57 +0100 Subject: [PATCH] Upload backend static files to /static --- ci/static-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/static-deploy.sh b/ci/static-deploy.sh index fb837a450f..da4e19b0ab 100755 --- a/ci/static-deploy.sh +++ b/ci/static-deploy.sh @@ -2,4 +2,4 @@ VERSION=${VERSION:-${CI_COMMIT_TAG}} [ -z "$VERSION" ] && echo "No version specified" && exit 1 pip install awscli -aws s3 cp --recursive static s3://teklia-assets-release/arkindex/$VERSION/ +aws s3 cp --recursive static s3://teklia-assets-release/arkindex/$VERSION/static/ -- GitLab