bin/deploy-context in deploy-context-0.11.0.2.geb201f1 vs bin/deploy-context in deploy-context-0.11.1
- old
+ new
@@ -14,11 +14,11 @@
deployer.cycle
when 'always'
while true do
deployer.cycle
end
- when 'reset'
- deployer.patch_reset
+ when 'bump'
+ deployer.minor_bump
else
puts "Unkonown setting #{ARGV[0]}"
end
end