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
pages:
stage: deploy
script:
- mkdir .public
- cp -r ./* .public
- rm -rf public
- mv .public public
- echo "The site will be deployed to $CI_PAGES_URL"
artifacts:
paths:
- public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment