Commit abc022a0 by twb

Update .gitlab-ci.yml

parent 5596e11b
Pipeline #975 failed with stages
in 4 seconds
...@@ -25,6 +25,6 @@ deploy: ...@@ -25,6 +25,6 @@ deploy:
only: only:
- release - release
script: script:
- echo "start deploy" - echo "start deploy" > ./out.js
- cp -f ./config/config.${PROJECT_ENV}.js /temp/config.dev.js - cp -f ./out.js /temp/out.js
- echo "end deploy" - echo "end deploy"
\ No newline at end of file
Markdown is supported
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