Skip to content

Commit

Permalink
[FIX] Deploy to master
Browse files Browse the repository at this point in the history
  • Loading branch information
syndia committed Jun 27, 2017
1 parent 6dd72cf commit 9e920b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ node_modules
*.log

# phenomic build
# dist
dist
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ $(npm bin)/rimraf .git && \
git init && \
git add . && \
git commit -m "Deploy to GitHub Pages" && \
git push --force "${GIT_DEPLOY_REPO}" master:gh-pages
git push --force "${GIT_DEPLOY_REPO}" master

0 comments on commit 9e920b3

Please sign in to comment.