Skip to content

Instantly share code, notes, and snippets.

@pinscript
Created August 5, 2014 09:54
Show Gist options
  • Save pinscript/a2c8d2234f2515d21e0c to your computer and use it in GitHub Desktop.
Save pinscript/a2c8d2234f2515d21e0c to your computer and use it in GitHub Desktop.
#!/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