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

cicd: fixed filename

parent 64c5ad65
No related branches found
No related tags found
1 merge request!74Deploy sibapp with managers
Pipeline #3933 failed
......@@ -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/
......
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