Hint at which version to start

This commit is contained in:
David Heinemeier Hansson
2023-01-11 17:07:34 +01:00
parent a4a9f619ad
commit c6fd4399f1

View File

@@ -35,7 +35,7 @@ namespace :mrsk do
end end
end end
desc "Start existing app on servers" desc "Start existing app on servers (use VERSION=<git-hash> to designate which version)"
task :start do task :start do
on(MRSK_CONFIG.hosts) { execute *app.start, raise_on_non_zero_exit: false } on(MRSK_CONFIG.hosts) { execute *app.start, raise_on_non_zero_exit: false }
end end