mirror of
https://github.com/GiriNeko/CheckChrome.git
synced 2025-12-16 05:07:23 +00:00
feat(deploy): use travis env
This commit is contained in:
parent
9fdea39ff6
commit
eb4b813e1f
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ git init
|
|||
git config --global push.default matching
|
||||
git config --global user.email "${GitHubEMail}"
|
||||
git config --global user.name "${GitHubUser}"
|
||||
git remote add origin https://${GitHubKEY}@github.com/aiokr/chromecheckerpage.git
|
||||
git remote add origin https://${GitHubKEY}@github.com/${GitHubRepo}.git
|
||||
git pull origin gh-pages
|
||||
rm -rf ./*
|
||||
cp -rf ../public/* ../_deploy/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue