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
This commit is contained in:
psy 2020-12-19 13:44:27 +00:00
commit 7b11d912aa
1 changed files with 13 additions and 0 deletions

13
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,13 @@
image: alpine:latest
pages:
stage: deploy
script:
- mkdir .public
- cp -r * .public
- mv .public public
artifacts:
paths:
- public
only:
- master