cicd: fixed filename

This commit is contained in:
plup 2019-11-20 21:10:50 +01:00
parent 64c5ad65c3
commit c8d25da34f
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ deploy_staging:
environment: staging
script:
- npm install
- echo $APP_CONFIG
- echo $APP_CONFIG > config.json
- npm run build
- echo $SSH_PRIVATE_KEY > gitlab.key
- scp -i gitlab.key -r build/* test-paris@ssh-test-paris.happy-dev.fr:~/staging/www/