phylactery.ca/.gitlab-ci.yml

17 lines
310 B
YAML
Raw Permalink Normal View History

stages:
- deploy
deploy:
stage: deploy
before_script:
- git submodule update --init
script:
- /usr/local/bin/deploy-site www.phylactery.ca ./
- /usr/local/bin/deploy-site www.phylactery.xyz ./
artifacts:
when: on_failure
paths:
- public
expire_in: 5 min
only:
- master