Skip to content

Commit

Permalink
Fix update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaHydrae committed Dec 15, 2024
1 parent 1cc1e2d commit 04bb94e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,13 +251,13 @@ To update the application after getting the latest changes, execute the
following commands in the application's directory:
```bash
# Update backend & frontend dependencies, and migrate the database:
# Update backend & frontend dependencies
$> mix do deps.get, frontend.update
# Apply any pending database migrations.
# Apply any pending database migrations
$> MIX_ENV=prod mix ecto.migrate
# Rebuild the frontend in production mode and reassemble the Mix release:
# Rebuild the frontend in production mode and reassemble the Mix release
$> MIX_ENV=prod mix do frontend.build, phx.digest, release --overwrite
```
Expand Down

0 comments on commit 04bb94e

Please sign in to comment.