Class: Renuo::Cli::Commands::Ci::UpdateDeploioApp

Inherits:
Object
  • Object
show all
Defined in:
lib/renuo/cli/commands/ci/update_deploio_app.rb

Instance Method Summary collapse

Instance Method Details

#runObject



17
18
19
20
21
# File 'lib/renuo/cli/commands/ci/update_deploio_app.rb', line 17

def run
  system! "nctl update app #{@app} -p #{@project} --env APP_REVISION=#{@git_revision} " \
          "#{"--build-env RUBY_VERSION=#{File.read(".ruby-version").strip} " if @docker}" \
          "--git-revision #{@git_revision} --skip-repo-access-check"
end