File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11name : runway
2- version : 0.5.5
2+ version : 0.5.7
33
44authors :
55 - GrantBirki
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ class Project
5151 # Check if the desired event type had a deployable event occur
5252 payload = @events [event.uuid].check_for_event
5353 @log .debug { " deployment event triggered from event.type #{ event.type } for #{ @name } - event.uuid #{ event.uuid } " } if payload.ship_it?
54+ @log .info { Emoji .emojize(" :astronaut: deploying #{ @name } #{ payload.environment ? " to #{ payload.environment } " : " " } !" ) } if payload.ship_it?
5455
5556 # If the event was triggered, run the project's deployment configuration
5657 payload = @deployment .deploy(payload).not_nil! if payload.ship_it?
Original file line number Diff line number Diff line change 11module Runway
2- VERSION = " v0.5.6 "
2+ VERSION = " v0.5.7 "
33end
You can’t perform that action at this time.
0 commit comments