Move option to deploy/redeploy, rename to skip-push

This commit is contained in:
Samuel Sieg
2023-03-13 16:02:24 +01:00
parent 6232175ef8
commit cb15800d25
4 changed files with 32 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
class Mrsk::Cli::Build < Mrsk::Cli::Base
desc "deliver", "Build app and push app image to registry then pull image on servers"
def deliver
push unless MRSK.use_prebuilt_image
push
pull
end