We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1082403 + 08b1eb3 commit 9d4f126Copy full SHA for 9d4f126
setup/www/host_vars/iojs-www.tmpl
@@ -1,4 +1,4 @@
1
---
2
github_secret: "INSERT SECRET FROM WEBHOOK HERE"
3
clone_command: "cd /home/iojs/ && rm -rf website.github && git clone https://github.com/iojs/website.git website.github"
4
-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 commit comments