Split out push/pull and aggregate in deliver
This commit is contained in:
@@ -5,7 +5,7 @@ namespace :mrsk do
|
||||
task fresh: [ "server:bootstrap", "registry:login", "app:deliver", "traefik:start", "app:start" ]
|
||||
|
||||
desc "Push the latest version of the app, ensure Traefik is running, then restart app"
|
||||
task deploy: [ "registry:login", "app:push", "traefik:start", "app:restart" ]
|
||||
task deploy: [ "registry:login", "app:deliver", "traefik:start", "app:restart" ]
|
||||
|
||||
desc "Display information about Traefik and app containers"
|
||||
task info: [ "traefik:info", "app:info" ]
|
||||
|
||||
Reference in New Issue
Block a user