Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Update circle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
osahyoun committed Mar 28, 2017
1 parent 39307ad commit 6d367f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ deployment:
- ./bin/build.sh
- ./bin/deploy.sh $CIRCLE_SHA1 'champaign' 'env-production' 'champaign-assets-production' 'logs3.papertrailapp.com:44107' 'actions.sumofus.org'
staging:
branch: 'fix.dedicated_cache'
branch: development
commands:
- ./bin/build.sh
- ./bin/deploy.sh $CIRCLE_SHA1 'champaign' 'champaign-staging' 'champaign-assets-staging' 'logs3.papertrailapp.com:34848' 'action-staging.sumofus.org'
Expand Down
4 changes: 1 addition & 3 deletions lib/tasks/champaign.rake
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ namespace :champaign do
desc 'Seed database with liquid markup for partials and templates'
task seed_liquid: :environment do
puts 'Starting Liquid Markup Seeder...'
puts "HERE IS THE HOST: #{ENV['CACHE_HOST']}"
puts "HERE IS THE ENV: #{ENV.to_json}"
puts "HERE IS Settings: #{Settings.to_json}"

LiquidMarkupSeeder.seed

puts 'Seeding is done.'
Expand Down

0 comments on commit 6d367f6

Please sign in to comment.