Created
August 5, 2014 09:54
-
-
Save pinscript/a2c8d2234f2515d21e0c to your computer and use it in GitHub Desktop.
This file contains 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/sh | |
echo "-----" | |
echo "Deploying" | |
echo "-----" | |
# Update sourcecode | |
git pull | |
# Update composer | |
composer install | |
# Migrate | |
php artisan migrate --env=prod | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment