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:
commit
7b11d912aa
13
.gitlab-ci.yml
Normal file
13
.gitlab-ci.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user