Skip to content
Snippets Groups Projects
Commit ed842313 authored by Toni Salo's avatar Toni Salo
Browse files

Update .gitlab-ci.yml file

parent 9bb73463
No related branches found
No related tags found
No related merge requests found
Pipeline #40874 failed
......@@ -24,7 +24,12 @@ test:
deploy:
stage: deploy
script:
- mv public /tmp && mv build public
- npm install -g serve
- serve -s build
artifacts:
paths:
- public/
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment