From e62610069b7460b3e17eeae0534be627acfc8cf0 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 11 Jan 2023 17:46:35 +0100 Subject: [PATCH] Correct commadn --- lib/tasks/mrsk/templates/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/mrsk/templates/deploy.yml b/lib/tasks/mrsk/templates/deploy.yml index 7fcf7c26..23ebb91c 100644 --- a/lib/tasks/mrsk/templates/deploy.yml +++ b/lib/tasks/mrsk/templates/deploy.yml @@ -19,6 +19,6 @@ registry: # Specify the registry server, if you're not using Docker Hub # server: registry.digitalocean.com / ghcr.io / ... - # Set credentials with rake credentials:edit + # Set credentials with bin/rails credentials:edit username: my-user password: my-password-should-go-in-credentials