Merge branch 'master' of git.startinblox.com:applications/hubl into release/unreads
This commit is contained in:
commit
6d131f5f8b
@ -282,3 +282,21 @@ communityhubl:
|
|||||||
when: manual
|
when: manual
|
||||||
tags:
|
tags:
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
|
playground:
|
||||||
|
stage: deployment
|
||||||
|
environment:
|
||||||
|
name: playground
|
||||||
|
url: https://playground.hubl.world
|
||||||
|
before_script:
|
||||||
|
- npm ci --cache .npm --prefer-offline --only=production
|
||||||
|
script:
|
||||||
|
- echo "$APP_CONFIG_PLAYGROUND" > 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/* playground@astral.startinblox.com:~/front/
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
when: manual
|
||||||
|
tags:
|
||||||
|
- deploy
|
||||||
|
Loading…
Reference in New Issue
Block a user