Skip to content

Commit

Permalink
Migrate to kamal (#53)
Browse files Browse the repository at this point in the history
* migrate from Mrsk to Kamal

* add registry cache
  • Loading branch information
adrienpoly authored Sep 8, 2023
1 parent 6f3a90e commit 3c5b90e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/controllers/concerns/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module Metadata

def set_default_meta_tags
set_meta_tags({
description: "A collection of talks of Ruby conferences around the world, built using Rails 7.1, Hotwire and Mrsk"
description: "A collection of talks of Ruby conferences around the world, built using Rails 7.1, Hotwire and Kamal"
})
end
end
7 changes: 5 additions & 2 deletions config/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ registry:

# Always use an access token rather than real password when possible.
password:
- MRSK_REGISTRY_PASSWORD
- KAMAL_REGISTRY_PASSWORD

# Inject ENV variables into containers (secrets come from .env).
env:
Expand Down Expand Up @@ -93,4 +93,7 @@ accessories:
# healthcheck:
# path: /healthz
# port: 4000

builder:
cache:
type: registry
options: mode=max,image-manifest=true,oci-mediatypes=true

0 comments on commit 3c5b90e

Please sign in to comment.