cicd: fixed filename
This commit is contained in:
parent
64c5ad65c3
commit
c8d25da34f
@ -8,7 +8,7 @@ deploy_staging:
|
|||||||
environment: staging
|
environment: staging
|
||||||
script:
|
script:
|
||||||
- npm install
|
- npm install
|
||||||
- echo $APP_CONFIG
|
- echo $APP_CONFIG > config.json
|
||||||
- npm run build
|
- npm run build
|
||||||
- echo $SSH_PRIVATE_KEY > gitlab.key
|
- echo $SSH_PRIVATE_KEY > gitlab.key
|
||||||
- scp -i gitlab.key -r build/* test-paris@ssh-test-paris.happy-dev.fr:~/staging/www/
|
- scp -i gitlab.key -r build/* test-paris@ssh-test-paris.happy-dev.fr:~/staging/www/
|
||||||
|
Loading…
Reference in New Issue
Block a user