Skip to content

Commit

Permalink
Refs #3 - Push to heroku master branch
Browse files Browse the repository at this point in the history
 - Push to master brach, not #BRANCH_DEVELOPMENT, d'oh
  • Loading branch information
zac23or committed Nov 1, 2016
1 parent 164fd35 commit 8d72d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/integrate.rake
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ namespace :integration do

task 'deploy' do
puts "-----> Pushing #{APP_ENV} to #{APP}..."
sh_with_clean_env "git push [email protected]:#{APP}.git #{APP_ENV}:#{BRANCH_DEVELOPMENT}"
sh_with_clean_env "git push [email protected]:#{APP}.git #{APP_ENV}:master"

puts "-----> Migrating..."
sh_with_clean_env "heroku run rake db:migrate --app #{APP}"
Expand Down

0 comments on commit 8d72d42

Please sign in to comment.