Created
April 3, 2012 17:10
-
-
Save Meroje-snippets/2293745 to your computer and use it in GitHub Desktop.
Revisions
-
Meroje-snippets renamed this gist
Apr 3, 2012 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
Meroje-snippets renamed this gist
Apr 3, 2012 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
Meroje-snippets created this gist
Apr 3, 2012 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,25 @@ global: env: - LARAVEL_ENV: production web1: name: your-app-name shared_writable_dirs: - /storage/cache - /storage/database - /storage/logs - /storage/sessions - /storage/views - /storage/work document_root: /public php_version: 5.3.8 php_extensions: - pdo_mysql - mcrypt - apc - memcache before_deploy: - "php artisan migrate:install" - "php artisan migrate" after_deploy: - "rm -f storage/cache/*" - "rm -f storage/views/*"