Commit f77d822d authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

adapted ci/cd config

Showing with 1 addition and 0 deletions
+1 -0
...@@ -14,6 +14,7 @@ pages-testing: ...@@ -14,6 +14,7 @@ pages-testing:
pages-production: pages-production:
stage: deploy stage: deploy
script: script:
- cat $configfiledev > ./config/config.js
- npm install - npm install
- "pm2 delete --silent project || :" - "pm2 delete --silent project || :"
- pm2 start ./app.js --name=project - pm2 start ./app.js --name=project
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment