Class: Renuo::Cli::Commands::Ci::UpdateDeploioApp
- Inherits:
-
Object
- Object
- Renuo::Cli::Commands::Ci::UpdateDeploioApp
- Defined in:
- lib/renuo/cli/commands/ci/update_deploio_app.rb
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
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 |