Skip to content

Commit

Permalink
Docker workdirectory is “rails” not “app”
Browse files Browse the repository at this point in the history
  • Loading branch information
naofumi committed Sep 27, 2024
1 parent aaad2d5 commit d2457a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ ssh:
# Use a persistent storage volume.
#
volumes:
- "tailwind_rails_storage:/app/storage"
- "tailwind_rails_storage:/rails/storage"

# Bridge fingerprinted assets, like JS and CSS, between versions to avoid
# hitting 404 on in-flight requests. Combines all files from new and old
# version inside the asset_path.
#
# asset_path: /app/public/assets
asset_path: "/rails/public/assets"

# Configure rolling deploys by setting a wait time between batches of restarts.
#
Expand Down

0 comments on commit d2457a7

Please sign in to comment.