Skip to content

Commit

Permalink
Merge pull request #196 from roodjong/migration-steps
Browse files Browse the repository at this point in the history
Add migration step for production deploys
  • Loading branch information
Nowa-Ammerlaan authored May 29, 2024
2 parents 2139feb + e276908 commit c7fc281
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 c7fc281

Please sign in to comment.