Created
December 31, 2015 10:24
-
-
Save rstarmer/fefd75486bdd66fc2b6d to your computer and use it in GitHub Desktop.
A script that can be called from the CI system to re-load the passenger application from github
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
cd /var/www/ruby_hw | |
git pull | |
mkdir /var/www/ruby_hw/tmp | |
touch /var/www/ruby_hw/tmp/restart.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment