raidisnotabackup/.gitlab-ci.yml

17 lines
278 B
YAML
Raw Permalink Normal View History

2016-09-28 11:59:37 -04:00
stages:
2017-05-15 02:32:22 -04:00
- deploy
deploy:
stage: deploy
before_script:
2016-09-28 11:59:37 -04:00
- git submodule update --init
2017-05-15 02:32:22 -04:00
script:
- hugo
2017-06-22 02:05:26 -04:00
- /usr/local/bin/deploy-site www.raidisnotabackup.com public/
2016-09-28 11:59:37 -04:00
artifacts:
2017-05-15 02:32:22 -04:00
when: on_failure
2016-09-28 11:59:37 -04:00
paths:
- public
2017-05-15 02:32:22 -04:00
expire_in: 5 min
2016-09-28 11:59:37 -04:00
only:
- master