Commit 8be52ee6 authored by priyaranjan.dr's avatar priyaranjan.dr

Update .gitlab-ci.yml

parent d7aa1db7
Pipeline #11962 passed with stage
in 0 seconds
stage: deploy stages:
script: - deploy
deploy :
stage: deploy
script:
- mkdir .public - mkdir .public
- cp -r * .public - cp -r * .public
- mv .public public - mv .public public
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