Skip to content
Snippets Groups Projects
deploy.sh 257 B
#!/bin/sh
VERSION=${VERSION:-${CI_COMMIT_TAG}}
[ -z "$VERSION" ] && echo "No version specified" && exit 1

# Remove dev index
rm dist/index.html dist/index.html.gz

pip install awscli
aws s3 cp --recursive dist s3://teklia-assets-release/arkindex/$VERSION/