Ensure we're logged in

This commit is contained in:
David Heinemeier Hansson
2023-01-08 09:35:11 +01:00
parent ef87cd5634
commit 9c6cd33dec

View File

@@ -1,6 +1,6 @@
namespace :mrsk do 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: [ "app:push", "traefik:start", "app:restart" ] task deploy: [ "registry:login", "app:push", "traefik:start", "app:restart" ]
desc "Display information about Traefik and app containers" desc "Display information about Traefik and app containers"
task info: [ "traefik:info", "app:info" ] task info: [ "traefik:info", "app:info" ]