Skip to content
Snippets Groups Projects
Commit 9253c372 authored by Joseph Walton-Rivers's avatar Joseph Walton-Rivers
Browse files

Update .gitlab-ci.yml

parent 01dd6749
No related branches found
No related tags found
No related merge requests found
Pipeline #3213 passed
......@@ -2,10 +2,7 @@
pages:
stage: deploy
script:
- mkdir .public
- cp -r client/ .public
- rm -rf public
- mv .public public
- cp -r client public
artifacts:
paths:
- public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment