Newer
Older
stages:
- deploy
- bundle
deploy_production:
stage: deploy
tags:
- production
script:
- bash ./prepare-online.sh
stage: bundle
tags:
- production
script:
- python3 ./opponents/bundle.py ./ ./bundle-page/dl generate
- rsync -rltz --delete ./bundle-page/ /opt/spnati-bundles
only:
- master@spnati/spnati