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

Reset gitlab ci file

parent 494df169
No related branches found
No related tags found
No related merge requests found
Pipeline #26 failed with stage
in 27 seconds
# The Docker image that will be used to build your app
image: alpine:latest
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/
- cp .htaccess .public/
- mv .public 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