Initial phylactery.{ca,xyz} site - simple Wesnoth lich image

This commit is contained in:
2017-09-19 21:45:03 -04:00
parent 692e3e6759
commit e2ec202358
3 changed files with 46 additions and 0 deletions

16
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,16 @@
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