Skip to content
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
merged 19 commits into from
Mar 20, 2024
Merged

Test candidate #518

merged 19 commits into from
Mar 20, 2024

Conversation

placek
Copy link
Contributor

@placek placek commented Mar 20, 2024

MSzalowski and others added 8 commits March 20, 2024 09:19
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
MSzalowski and others added 10 commits March 20, 2024 13:28
* 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
@MSzalowski
Copy link
Contributor

#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 checks section.

Also - this checks will be failing until fixes are not delivered 🖖

@pmbinapps pmbinapps merged commit f139020 into test Mar 20, 2024
1 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants