Skip to content
Snippets Groups Projects
Commit 7b11d912 authored by psy's avatar psy
Browse files

Merge branch 'lil-missy-master-patch-47781' into 'master'

Add .gitlab-ci.yml to create public artifact

See merge request rc3/world-map-starterkit!1
parents 823a14bf 5835b468
No related branches found
No related tags found
No related merge requests found
Pipeline #8220 passed
image: alpine:latest
pages:
stage: deploy
script:
- mkdir .public
- cp -r * .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