cicd: remove alpha

This commit is contained in:
Jean-Baptiste Pasquier 2020-04-22 14:44:22 +00:00
parent 65f08ae339
commit 0bc8d5a1ec
1 changed files with 0 additions and 17 deletions

View File

@ -109,23 +109,6 @@ publish:
## LIVE DEPLOYMENTS ##
alpha:
stage: deployment
environment:
name: alpha
url: https://alpha.happy-dev.fr
script:
- echo "$APP_CONFIG_ALPHA" > config.json
- echo "$SSH_DEPLOY_KEY" | tr -d '\r' > gitlab.key && chmod 600 gitlab.key
- npm install
- npm run build
- scp -i gitlab.key -o StrictHostKeyChecking=no -r dist/* alpha@ssh-alpha.happy-dev.fr:~/www/
only:
- master
when: manual
tags:
- deploy
community:
stage: deployment
environment: