-
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
Test candidate #518
Merged
Test candidate #518
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
In order to resolve deployment failures stemming from missing environment variables, the deployment workflows have been updated to incorporate the `IP_ADDRESS_BYPASSING_BASIC_AUTH1` and `IP_ADDRESS_BYPASSING_BASIC_AUTH2` variables. These variables are crucial for the application's deployment process, ensuring that all necessary environment variables are in place. By adding these variables to the deployment workflows, the application can now be deployed successfully without encountering errors related to missing essential environment variables. Changes: - Updated `.github/workflows/build-and-deploy-beta.yml`, `.github/workflows/build-and-deploy-dev.yml`, `.github/workflows/build-and-deploy-staging.yml`, and `.github/workflows/build-and-deploy-test.yml` to include `IP_ADDRESS_BYPASSING_BASIC_AUTH1` and `IP_ADDRESS_BYPASSING_BASIC_AUTH2` variables. These additions ensure that the required environment variables are present during deployment, preventing deployment failures due to missing variables.
…t-failures-due-to-missing-environment-variables [#516] Resolving deployment failures due to missing environment variables
…d-prettier-to-github-actions [#512] chore: add type checking & lint workflow to github actions
placek
requested review from
adgud,
kickloop,
MSzalowski,
Sworzen1 and
JanJaroszczak
as code owners
March 20, 2024 12:24
* add eslint config to govtool frontend package * add prettier config to unify the code style * parse frontend package codebase with the eslint --fix option * parse frontend package codebase with the prettier --fix option
…husky-lint-staged [#166] chore: add eslint & prettier configuration
…eanup chore: cleanup ga submission code
#512 - have in mind that this change doesn't impact the project itself but the infrastructure management - which means the actions that you can see above in the Also - this checks will be failing until fixes are not delivered 🖖 |
MSzalowski
approved these changes
Mar 20, 2024
chore/update-CSL-to-19
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.
List of changes