heroku_san_sanity 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/heroku_san_sanity/tasks.rb +1 -2
- data/lib/heroku_san_sanity/version.rb +1 -1
- metadata +1 -1
@@ -31,8 +31,7 @@ end
|
|
31
31
|
|
32
32
|
desc 'Force sanity check on production deploys'
|
33
33
|
task :before_deploy => :environment do |name, t, args|
|
34
|
-
|
35
|
-
|
34
|
+
check_heroku_integrity(name)
|
36
35
|
each_heroku_app do |name, app, repo|
|
37
36
|
if name == 'production' && @exec == false
|
38
37
|
puts ""
|