diff --git a/lib/tasks/mrsk/templates/deploy.yml b/lib/tasks/mrsk/templates/deploy.yml index bd81d420..af3fa2d4 100644 --- a/lib/tasks/mrsk/templates/deploy.yml +++ b/lib/tasks/mrsk/templates/deploy.yml @@ -19,5 +19,5 @@ registry: # server: registry.digitalocean.com / ghcr.io / ... # Set credentials with rake credentials:edit - username: <%= Rails.application.credentials.registry["username"] %> - password: <%= Rails.application.credentials.registry["password"] %> + username: my-user + password: my-password-should-go-in-credentials