Skip to content

Commit 9d4f126

Browse files
committed
Merge pull request #31 from snostorm/iosjs_org_22-adds_dist_directory
www: sync from `public/` for nodejs/iojs.org#26
2 parents 1082403 + 08b1eb3 commit 9d4f126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/www/host_vars/iojs-www.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
github_secret: "INSERT SECRET FROM WEBHOOK HERE"
33
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/"
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/public/ /home/iojs/www/"

0 commit comments

Comments
 (0)