Skip to content

Instantly share code, notes, and snippets.

@luisdalmolin
Created April 18, 2013 18:29
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 luisdalmolin/5415071 to your computer and use it in GitHub Desktop.
Save luisdalmolin/5415071 to your computer and use it in GitHub Desktop.
Deploy via GIT with composer update and database migration and seed.
$ git deploy
Counting objects: 41, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (24/24), done.
Writing objects: 100% (25/25), 5.39 KiB, done.
Total 25 (delta 12), reused 0 (delta 0)
remote: Loading composer repositories with package information
Updating dependencies
remote: Generating autoload files
remote: Generating optimized class loader...
remote: Compiling common classes...
remote: Nothing to migrate.
remote: Database seeded!
To ssh://user@domain/~/folder/repository.git
5fea6fa..4e7f35d master -> master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment