Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
public-apis
Commits
0d88e639
".github/git@ustchcs.com:wwwanlingxiao/public-apis.git" did not exist on "d214297c5339a3de4bb10015200a325b0227003e"
Commit
0d88e639
authored
Jul 03, 2017
by
Dave Machado
Committed by
GitHub
Jul 03, 2017
Browse files
Update GitHub profile to environment variables
parent
b1a122b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/deploy.sh
View file @
0d88e639
...
...
@@ -14,8 +14,8 @@ mkdir deploy
cd
deploy
git init
git config
--global
user.name
"Travis CI"
git config
--global
user.email
"builds@travis-ci.org"
git config
--global
user.name
$GH_USER
git config
--global
user.email
$GH_EMAIL
git remote add upstream
"https://
$GH_TOKEN
@github.com/toddmotto/public-apis.git"
git fetch upstream
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment