Skip to content

Commit

Permalink
fix iojs-www command template
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Jan 15, 2015
1 parent 65232d2 commit 1082403
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup/www/host_vars/iojs-www.tmpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
github_secret: "INSERT SECRET FROM WEBHOOK HERE"
clone_command: "cd /home/iojs/ && rm -rf iojs.github.io && rm -rf website && git clone https://github.com/iojs/webite.git"
update_command: "cd /home/iojs/website/ && git checkout master && git reset --hard && git clean -fdx && git pull origin master && rsync -avz --delete --exclude .git /home/iojs/website/ /home/iojs/www/"
clone_command: "cd /home/iojs/ && rm -rf website.github && git clone https://github.com/iojs/website.git website.github"
update_command: "cd /home/iojs/website.github/ && git checkout master && git reset --hard && git clean -fdx && git pull origin master && rsync -avz --delete --exclude .git /home/iojs/website.github/ /home/iojs/www/"

0 comments on commit 1082403

Please sign in to comment.