-
Notifications
You must be signed in to change notification settings - Fork 9
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
Simplifying Toggle Maintenance workflow configuration #444
Comments
placek
added a commit
that referenced
this issue
Mar 15, 2024
To streamline the toggle maintenance workflow configuration, this commit simplifies the setup by removing the domain ENVs configuration and make arguments. These components are deemed unnecessary as make can now resolve domain variables and set default arguments from environment variables more efficiently. Changes: - Edited the workflow file: `.github/workflows/toggle-maintenance.yml` to adjust the name of the maintenance workflow and default values for maintenance mode. - Updated the Makefile in `scripts/govtool` by modifying the toggle-maintenance target to include docker-login and simplified the maintenance mode condition to use "enabled" instead of "enable" for consistency.
placek
added a commit
that referenced
this issue
Mar 18, 2024
To streamline the toggle maintenance workflow configuration, this commit simplifies the setup by removing the domain ENVs configuration and make arguments. These components are deemed unnecessary as make can now resolve domain variables and set default arguments from environment variables more efficiently. Changes: - Edited the workflow file: `.github/workflows/toggle-maintenance.yml` to adjust the name of the maintenance workflow and default values for maintenance mode. - Updated the Makefile in `scripts/govtool` by modifying the toggle-maintenance target to include docker-login and simplified the maintenance mode condition to use "enabled" instead of "enable" for consistency.
placek
added a commit
that referenced
this issue
Mar 18, 2024
…e-maintenance-workflow-configuration [#444] Simplifying Toggle Maintenance workflow configuration
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a developer,
I want to simplify the toggle maintenance workflow configuration
to easily manage and update the workflow setup.
Summary:
The toggle maintenance workflow configuration needs to be simplified by removing the domain ENVs setup and make arguments, as they are redundant due to make's ability to resolve domain ENVs and set default arguments from environment variables.
Acceptance criteria:
The text was updated successfully, but these errors were encountered: