Skip to content
Snippets Groups Projects
Commit ab3f7f95 authored by David Lanzendörfer's avatar David Lanzendörfer
Browse files

Add pipeline

parent 82432d44
No related branches found
No related tags found
No related merge requests found
Pipeline #13 canceled with stage
pages:
stage: deploy
script:
- mkdir .public
- cp *ico *.js *.html *.rss *.txt .public
- cp -r files .public/
- cp -r css .public/
- cp -r img .public/
- cp -r js .public/
- cp -r vendor .public/
- mv .public public
artifacts:
paths:
- public
only:
- master
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