cicd: remove etuc

This commit is contained in:
Jean-Baptiste Pasquier 2020-07-30 12:30:41 +00:00
parent 6e9d313d12
commit 7286fb74f7
1 changed files with 0 additions and 18 deletions

View File

@ -175,24 +175,6 @@ community:
tags:
- deploy
etuc:
stage: deployment
environment:
name: etuc
url: https://app.digitalplatformobservatory.org
before_script:
- npm ci --cache .npm --prefer-offline --only=production
script:
- echo "$APP_CONFIG_DIGITALPLATFORMOBSERVATORY" > config.json
- echo "$SSH_DEPLOY_KEY" | tr -d '\r' > gitlab.key && chmod 600 gitlab.key
- npm run build
- scp -i gitlab.key -o StrictHostKeyChecking=no -r dist/* etuc@ssh-etuc.happy-dev.fr:~/sib/www/
only:
- master
when: manual
tags:
- deploy
nantes:
stage: deployment
environment: