Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
northeastprince authored Aug 18, 2024
1 parent b4dccdb commit 107a2b3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,14 @@ accessories:
litestream:
roles: ["web"]
image: litestream/litestream
files: ["config/litestream.yml.erb:/etc/litestream.yml"]
files: ["config/litestream.yml:/etc/litestream.yml"]
volumes: ["hackathons-storage:/storage"]
cmd: replicate
env:
secret:
- RAILS_MASTER_KEY
- LITESTREAM_ACCESS_KEY_ID
- LITESTREAM_SECRET_ACCESS_KEY
- LITESTREAM_BUCKET

asset_path: "/hackathons/public/assets"

Expand Down

0 comments on commit 107a2b3

Please sign in to comment.