Update .gitlab-ci.yml (pages)
This commit is contained in:
parent
4dfbd87f2d
commit
974c8ee1b3
|
@ -95,6 +95,24 @@ deploy:resourcepack:
|
|||
- resourcepack/**/*
|
||||
- resourcepack/*
|
||||
- .gitlab-ci.yml
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- mkdir public
|
||||
- mv resourcepack-out/resourcepack.zip public/dodsorfas_resources.zip
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
only:
|
||||
refs:
|
||||
- master
|
||||
changes:
|
||||
- resourcepack/**/*
|
||||
- resourcepack/*
|
||||
- .gitlab-ci.yml
|
||||
|
||||
|
||||
|
||||
restart:
|
||||
stage: restart
|
||||
|
|
Loading…
Reference in New Issue