From 2cba93f52b54bd75e00e459371d19bd98a6583e7 Mon Sep 17 00:00:00 2001 From: Boris Kubiak Date: Mon, 23 Apr 2018 18:45:24 +0200 Subject: [PATCH] Use fqdn option of travis CI --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5f4ee31..efe08ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,10 +17,8 @@ script: sed -i "s/index.js/index.$COMMIT.js/g" index.html && mv dist/index.js dist/index.$COMMIT.js - # Custom domain -- echo "vanity-eth.tk" > CNAME - deploy: provider: pages skip-cleanup: true github-token: $TOKEN + fqdn: vanity-eth.tk \ No newline at end of file