deployed
Advanced tools
@@ -33,3 +33,3 @@ # frozen_string_literal: true | ||
| # Execute the command | ||
| exec("kamal #{command}; echo \"[Kamal Rails] End transmission\"") | ||
| exec("kamal #{command}; echo \"[Deployed Rails] End transmission\"") | ||
| end | ||
@@ -116,3 +116,3 @@ | ||
| sse.write( | ||
| '[Kamal Rails] End transmission', | ||
| '[Deployed Rails] End transmission', | ||
| event: 'message' | ||
@@ -119,0 +119,0 @@ ) |
| module Deployed | ||
| VERSION = "0.1.1" | ||
| VERSION = "0.1.2" | ||
| end |