Skip to content

Commit

Permalink
Add migration step for production deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
pingiun committed May 29, 2024
1 parent be5cd69 commit e276908
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ git pull
docker compose -f docker/prod/docker-compose.yml --env-file .env.local up --build -d
```

If there are changed migrations, there is an extra step:
```
docker compose -f docker/prod/docker-compose.yml --env-file .env.local exec mijnrood_php bin/console doctrine:migrations:migrate
```

## Extra configuration

### Custom welcome mail
Expand Down

0 comments on commit e276908

Please sign in to comment.