Commit 7587a9ee authored by priyaranjan.dr's avatar priyaranjan.dr

Update .gitlab-ci.yml

parent 6baca111
Pipeline #11987 passed with stage
in 2 seconds
...@@ -3,12 +3,12 @@ stages: ...@@ -3,12 +3,12 @@ stages:
deploy : deploy :
stage: deploy stage: deploy
script: script:
- mkdir .public - mkdir .public
- cp -r * .public - cp -r * .public
- mv .public public - mv .public public
artifacts: artifacts:
paths: paths:
- public - public
only: only:
- master - master
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