Skip to content
Snippets Groups Projects
Commit 250c56eb authored by Konrad Völkel's avatar Konrad Völkel
Browse files

Update .gitlab-ci.yml file

parent b950d517
No related branches found
No related tags found
No related merge requests found
Pipeline #151295 passed
......@@ -5,7 +5,11 @@ pages:
stage: deploy
image: busybox:latest
script:
- mv ./* public/
- mkdir .public
- cp -r ./* .public
- rm -rf public
- mv .public public
artifacts:
paths:
- public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment