Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
Update deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mindreeper2420 committed Jun 29, 2017
1 parent cd1ce39 commit 520314c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ git init
git config user.name "Adam Jolicoeur"
git config user.email "adam.jolicoeur@gmail.com"

git remote add upstream "https://$GH_TOKEN@github.com/fabric8io/fabric8-ux.git"
git remote add upstream "https://$GH_TOKEN@github.com/fabric8-ui/fabric8-ux.git"
git fetch upstream
git reset upstream/gh-pages

touch .

git add -A
git commit -m "rebuild pages at ${rev}"
git push -q upstream HEAD:gh-pages
git push -q upstream HEAD:gh-pages

0 comments on commit 520314c

Please sign in to comment.