Explain rollback
This commit is contained in:
@@ -7,6 +7,7 @@ namespace :mrsk do
|
|||||||
desc "Push the latest version of the app, ensure Traefik is running, then restart app"
|
desc "Push the latest version of the app, ensure Traefik is running, then restart app"
|
||||||
task deploy: [ "registry:login", "app:deliver", "traefik:start", "app:stop", "app:run" ]
|
task deploy: [ "registry:login", "app:deliver", "traefik:start", "app:stop", "app:run" ]
|
||||||
|
|
||||||
|
desc "Rollback to VERSION=x that was already run as a container on servers"
|
||||||
task rollback: [ "app:restart" ]
|
task rollback: [ "app:restart" ]
|
||||||
|
|
||||||
desc "Display information about Traefik and app containers"
|
desc "Display information about Traefik and app containers"
|
||||||
|
|||||||
Reference in New Issue
Block a user