Known VERSION means we've already pushed

This commit is contained in:
David Heinemeier Hansson
2023-01-08 15:13:14 +01:00
parent 8d16271150
commit 399d32d7d0

View File

@@ -9,7 +9,7 @@ namespace :mrsk do
desc "Build locally and push app image to the registry"
task :push do
run_locally { execute app.push } unless ENV["SKIP_PUSH"]
run_locally { execute app.push } unless ENV["VERSION"]
end
desc "Pull app image from the registry onto servers"