v1.9.9
What's Changed
- Create "prod" and "dev" GHCR workflows by @Jack-Edwards in #595
- Pass github token to reusable workflows by @Jack-Edwards in #597
- Provide the github token to workflows as a proper secret by @Jack-Edwards in #599
- Don't use a colliding keyword to provide the github token by @Jack-Edwards in #601
- Request workflow permissions in the parent workflow by @Jack-Edwards in #602
- User vars instead of env by @Jack-Edwards in #604
- Consolidate build-and-deploy workflows by @Jack-Edwards in #607
- Use environment variables to define which images to pull by @Jack-Edwards in #609
- Update deployment workflow and documentation by @Jack-Edwards in #610
- Resume deployment when the user service is already stopped by @Jack-Edwards in #612
- Add --user flag to service stop by @Jack-Edwards in #614
- Use 'if' to check for running service by @Jack-Edwards in #616
- Tag dev images with "latest" by @Jack-Edwards in #618
- Move flavor to correct step by @Jack-Edwards in #620
- Trying to fix metadata step by @Jack-Edwards in #622
- Use dotnet-ef 7.0.* by @Jack-Edwards in #624
- Fix db migrations in development by @Jack-Edwards in #626
- Qualify variable with 'env' by @Jack-Edwards in #628
- Remove path from service file by @Jack-Edwards in #630
- Bind the TransferSettings input to a string to resolve a razor error by @Jack-Edwards in #633
- Code style by @Jack-Edwards in #634
- Refactor/fix partial components by @Jack-Edwards in #635
- Move DbContext and Entities into a separate project by @Jack-Edwards in #638
- Move Dockerfiles to their respective project directories by @Jack-Edwards in #639
- Add a configuration to enable automatic database migrations on API startup by @Jack-Edwards in #640
- Replace 'dev' profile name with 'local' by @Jack-Edwards in #641
- Enable configurable CORS origin by @Jack-Edwards in #642
- Add steps to push latest .env and appsettings.json files from GH secrets by @Jack-Edwards in #643
- Try to fix deployment files not writing properly by @Jack-Edwards in #645
- Still try to fix copying files during deployment by @Jack-Edwards in #647
- Still try to fix copying files during deployment by @Jack-Edwards in #649
- Add trailing slash to copy target path by @Jack-Edwards in #651
- Undo changes to push .env and appsettings.json from GH secrets by @Jack-Edwards in #653
Full Changelog: v1.9.8...v1.9.9