-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: Create release setup to migrate DB and pull repo #45
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Updated Elixir base image to 1.17.2-slim in Dockerfile. - Added `ca-certificates` and `inotify-tools` to Dockerfile dependencies for certificate handling and file watching. - Included `:file_system` and `:yamerl` dependencies in all environments in mix.exs.
Enhanced the entrypoint script to handle production release workflows, including running database migrations and syncing content repositories.
Moved content-related configurations to runtime to allow dynamic updates and prevent compile-time dependencies.
…ments Modified application startup to include :yamerl and filewatcher in all environments to prevent potential runtime errors.
Enhanced logging to provide better insights during debugging and monitoring of the application.
Adjusted GitHub webhook secret handling to fetch from runtime configuration, enhancing security by not compiling secrets into the application.
Modified tests to accommodate configuration changes and ensure they reflect the application's runtime environment.
Cleaned up the codebase by deleting unused functions and files to maintain code quality and readability.
…ironment Updated live views to hide 'New' buttons when not in development mode, aligning UI with application permissions.
- Fixed an incorrect command in the README that could lead to confusion when stopping the web service. - Updated .cursorrules for more specific conventional commit rules. - Update prod docker-compose to build locally.
- Remove unnecessary use of 'cat' when reading start_erl.data - Implement shellcheck recommendation for more efficient file processing
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.