Skip to content
Snippets Groups Projects
Verified Commit 88f256e4 authored by Erwan Rouchet's avatar Erwan Rouchet
Browse files

Upload backend static files to /static

parent 5ec838ae
No related branches found
No related tags found
1 merge request!693Upload backend static files to /static
......@@ -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/
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