From e78bd653b3cfabfdc31d79764f4b079398d5da96 Mon Sep 17 00:00:00 2001 From: alnutile Date: Fri, 16 May 2014 15:37:00 -0400 Subject: [PATCH] All projects not projects --- Envoy.blade.php | 8 ++++---- app/database/seeds/PagesTableSeeder.php | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Envoy.blade.php b/Envoy.blade.php index ef33b11f..cb25f193 100644 --- a/Envoy.blade.php +++ b/Envoy.blade.php @@ -2,9 +2,9 @@ @task('deploy', ['on'=> 'cms' ]) cd /var/www/cms/site/current - chmod 766 public/img/projects - chmod 766 public/img/settings - chmod 766 public/img/banners + chmod 777 public/img/projects + chmod 777 public/img/settings + chmod 777 public/img/banners git pull origin development composer install php artisan migrate:refresh --seed @@ -18,4 +18,4 @@ @task('reseed', ['on'=> 'cms' ]) cd /var/www/cms/site/current php artisan migrate:refresh --seed -@endtask \ No newline at end of file +@endtask diff --git a/app/database/seeds/PagesTableSeeder.php b/app/database/seeds/PagesTableSeeder.php index a46b3652..cdf1b6e4 100644 --- a/app/database/seeds/PagesTableSeeder.php +++ b/app/database/seeds/PagesTableSeeder.php @@ -56,7 +56,7 @@ public function run() 'title' => "All Projects", 'body' => 'All Projects on the site edit Pages and Projects to add text here', 'published' => 1, - 'slug' => '/projects', + 'slug' => '/all_projects', 'menu_sort_order' => 2, 'menu_parent' => 0, 'seo' => 'ALL PROJECTS SEO',