Skip to content

Commit

Permalink
Bump kamal to v2.1.0 (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagorodriguez96 authored Oct 2, 2024
1 parent a418fdc commit 2af61b0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ GEM
json (2.7.2)
jwt (2.9.0)
base64
kamal (2.0.0)
kamal (2.1.0)
activesupport (>= 7.0)
base64 (~> 0.2)
bcrypt_pbkdf (~> 1.0)
Expand Down
6 changes: 5 additions & 1 deletion config/deploy.production.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
proxy:
host: micarrera.uy,fing.micarrera.uy,www.micarrera.uy
hosts:
- micarrera.uy
- fing.micarrera.uy
- www.micarrera.uy
app_port: 3000
ssl: true

servers:
web:
Expand Down
1 change: 1 addition & 0 deletions config/deploy.staging.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
proxy:
host: staging.micarrera.uy
app_port: 3000
ssl: true

servers:
web:
Expand Down

0 comments on commit 2af61b0

Please sign in to comment.