Skip to content

Commit

Permalink
www: sync from public/ for nodejs/iojs.org#26
Browse files Browse the repository at this point in the history
  • Loading branch information
snostorm committed Jan 15, 2015
1 parent 1082403 commit 08b1eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 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/"
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/public/ /home/iojs/www/"

0 comments on commit 08b1eb3

Please sign in to comment.