citra-emu
/
citra-web
Archived
1
0
Fork 0

Testing deploy for pages provider.

This commit is contained in:
chris062689 2017-09-05 23:27:10 -04:00
parent 9495bd7d6b
commit f8a8fed785
1 changed files with 12 additions and 1 deletions

View File

@ -8,7 +8,7 @@ language: node_js
node_js: node
cache: yarn
before_script:
script:
- echo '========== Installing gulp & dependencies =========='
- sudo apt-get install graphicsmagick
- yarn global add hugo-bin
@ -19,6 +19,17 @@ before_script:
- hugo version
- gulp all --production
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
local_dir: build
repo: CitraBotWeb/CitraBotWeb
target_branch: master
fqdn: citra-emu.org
on:
branch: master
notifications:
email:
- mods@citra-emu.org