fix: hubl-804

This commit is contained in:
Jean-Baptiste Pasquier
2020-10-19 10:40:59 +02:00
parent 87d60ac76b
commit 819b875dd0
3 changed files with 31 additions and 32 deletions

View File

@ -100,6 +100,7 @@ test3:
script:
- echo "$APP_CONFIG_TEST3" > config.json
- echo "$SSH_DEPLOY_KEY" | tr -d '\r' > gitlab.key && chmod 600 gitlab.key
- sed -i -E 's/component-chat@([0-9]+).([0-9]+)/component-chat@beta/g' src/dependencies.pug
- npm run build
- scp -i gitlab.key -o StrictHostKeyChecking=no -r dist/* test3@astral.startinblox.com:~/front/
only: