diff --git a/lib/tasks/mrsk/templates/deploy.yml b/lib/tasks/mrsk/templates/deploy.yml index 72bbe2cc..bd81d420 100644 --- a/lib/tasks/mrsk/templates/deploy.yml +++ b/lib/tasks/mrsk/templates/deploy.yml @@ -17,5 +17,7 @@ env: registry: # Specify the registry server, if you're not using Docker Hub # server: registry.digitalocean.com / ghcr.io / ... + + # Set credentials with rake credentials:edit username: <%= Rails.application.credentials.registry["username"] %> password: <%= Rails.application.credentials.registry["password"] %>