Skip to content

Instantly share code, notes, and snippets.

@jeka-kiselyov
Created March 5, 2014 16:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeka-kiselyov/9370163 to your computer and use it in GitHub Desktop.
Save jeka-kiselyov/9370163 to your computer and use it in GitHub Desktop.
Update.sh for dreamhost
#!/bin/sh
echo "Updating devtest area";
echo "Enter your git credentials below:";
cd ~/domain/
git pull
cd ../
/usr/local/php53/bin/php ~/domain/www/cli/tools/update_schema.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment