Use fqdn option of travis CI
This commit is contained in:
parent
d93ce2feab
commit
2cba93f52b
1 changed files with 1 additions and 3 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue