Use fqdn option of travis CI

This commit is contained in:
Boris Kubiak 2018-04-23 18:45:24 +02:00
parent d93ce2feab
commit 2cba93f52b

View file

@ -17,10 +17,8 @@ script:
sed -i "s/index.js/index.$COMMIT.js/g" index.html && sed -i "s/index.js/index.$COMMIT.js/g" index.html &&
mv dist/index.js dist/index.$COMMIT.js mv dist/index.js dist/index.$COMMIT.js
# Custom domain
- echo "vanity-eth.tk" > CNAME
deploy: deploy:
provider: pages provider: pages
skip-cleanup: true skip-cleanup: true
github-token: $TOKEN github-token: $TOKEN
fqdn: vanity-eth.tk