cicd: remove alpha
This commit is contained in:
parent
65f08ae339
commit
0bc8d5a1ec
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user