Method: DeployGate::Commands::Deploy::Push.upload_error
- Defined in:
- lib/deploygate/commands/deploy/push.rb
.upload_error(error) ⇒ void
This method returns an undefined value.
65 66 67 68 |
# File 'lib/deploygate/commands/deploy/push.rb', line 65 def upload_error(error) puts HighLine.color(I18n.t('commands.deploy.push.upload_error'), HighLine::RED) raise error end |