Skip to content

Commit

Permalink
All projects not projects
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed May 16, 2014
1 parent 2b3fc12 commit e78bd65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Envoy.blade.php
Expand Up @@ -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
Expand All @@ -18,4 +18,4 @@
@task('reseed', ['on'=> 'cms' ])
cd /var/www/cms/site/current
php artisan migrate:refresh --seed
@endtask
@endtask
2 changes: 1 addition & 1 deletion app/database/seeds/PagesTableSeeder.php
Expand Up @@ -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',
Expand Down

0 comments on commit e78bd65

Please sign in to comment.