[+] Separate demo cname record

This commit is contained in:
Hykilpikonna
2020-08-01 17:57:35 -04:00
parent 641778b169
commit 1bec167be6
+2 -2
View File
@@ -13,13 +13,13 @@ npm run build
cd dist
# if you are deploying to a custom domain
echo 'vera.hydev.org' > CNAME
echo 'demo.vera.hydev.org' > CNAME
git init
git add -A
git commit -m 'deploy'
# if you are deploying to https://<USERNAME>.github.io/<REPO>
git push -f git@github.com:HyDevelop/VeracrossAnalyzer.Client.git master:gh-pages
git push -f git@github.com:HyDevelop/VeracrossAnalyzerDemo.git master:gh-pages
cd -