This commit is contained in:
David Heinemeier Hansson
2023-05-02 10:29:49 +02:00
committed by GitHub
parent bfb70b2118
commit dc3be30b16

View File

@@ -1,5 +1,4 @@
class Mrsk::Cli::Build < Mrsk::Cli::Base
class BuildError < StandardError; end
desc "deliver", "Build app and push app image to registry then pull image on servers"