Heads up that this could take a while

This commit is contained in:
David Heinemeier Hansson
2023-01-11 17:26:49 +01:00
parent 543af475d5
commit d9cdbb87f9

View File

@@ -11,6 +11,7 @@ namespace :mrsk do
task :push do
run_locally do
begin
info "Building multi-architecture images may take a while (run with VERBOSE=1 for progress logging)"
execute *app.push
rescue SSHKit::Command::Failed => e
error "Missing compatible buildx builder, so creating a new one first"