Skip to content
This repository was archived by the owner on Jan 31, 2019. It is now read-only.

Commit c1c1439

Browse files
committed
Merge pull request #64 from solarce/patch-3
Update update_prod.sh
2 parents 245c01e + bcde2e4 commit c1c1439

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/update_prod.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ fi
4242
$PYTHON $INPUT_DIR/manage.py collectstatic --noinput --clear
4343

4444
# commit to git for web servers to pull from
45+
cd /data/sync/input/www/
4546
git commit -a -m "push to prod"
4647

4748
issue-multi-command input /data/bin/libget/get-php5-www-git.sh
4849
sleep 60
49-
issue-multi-command input service httpd restart
50+
issue-multi-command input service httpd restart

0 commit comments

Comments
 (0)