Update .gitlab-ci.yml (pages)

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-08-18 02:29:47 +00:00
parent 4dfbd87f2d
commit 974c8ee1b3
1 changed files with 18 additions and 0 deletions

View File

@ -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