Skip to content

Commit

Permalink
Clone Infra via ssh
Browse files Browse the repository at this point in the history
Remove git hub user credentials and use the git ssh key
  • Loading branch information
davidpatrick committed Nov 16, 2017
1 parent 0327f82 commit 63b2dbb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@
"DISABLE_CDN": {
"required": true
},
"GITHUB_ACCESS_TOKEN": {
"required": true
},
"GITHUB_USER_NAME": {
"required": true
},
"HEROKU_APP_NAME": {
"required": true
},
Expand Down
2 changes: 1 addition & 1 deletion prebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ shopt -s extglob
mv !(docs) docs
shopt -u extglob

git clone https://$GITHUB_USER_NAME:$GITHUB_ACCESS_TOKEN@github.com/auth0/auth0-docs.git auth0-docs-repo
git clone ssh://git@github.com/auth0/auth0-docs.git auth0-docs-repo

echo "Moving docs site into root folder"
shopt -s dotglob
Expand Down

0 comments on commit 63b2dbb

Please sign in to comment.