Skip to content
Snippets Groups Projects
Commit e9a6739b authored by plup's avatar plup
Browse files

cicd: added etuc

parent 9a71edc4
No related branches found
No related tags found
1 merge request!118WIP: joined circle spawns in my circles
Pipeline #5007 skipped with stage
......@@ -113,6 +113,23 @@ alpha:
tags:
- deploy
etuc:
stage: deployment
environment:
name: etuc
url: https://app.digitalplatformobservatory.org
script:
- echo "$APP_CONFIG_DIGITALPLATFORMOBSERVATORY" > 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/* etuc@ssh-etuc.happy-dev.fr:~/sib/www/
only:
- master
when: manual
tags:
- deploy
nantes:
stage: deployment
environment:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment