Explain rollback

This commit is contained in:
David Heinemeier Hansson
2023-01-08 11:47:04 +01:00
parent 73019bedfb
commit 6c3a4b1792

View File

@@ -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"