Skip to content
Snippets Groups Projects
Commit b2e0bc0e authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Update .gitlab-ci.yml

parent ba685e04
No related branches found
No related tags found
No related merge requests found
...@@ -6,10 +6,7 @@ image: busybox ...@@ -6,10 +6,7 @@ image: busybox
pages: pages:
stage: deploy stage: deploy
script: script:
- mkdir .public - echo "The site will be deployed to $CI_PAGES_URL"
- cp -r ./* .public
- rm -rf public
- mv .public public
artifacts: artifacts:
paths: paths:
- public - public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment