You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: ensure version is stored when deploying apps (#1481)
<!--- Provide a general summary of your changes in the Title above -->
## Description
<!--- Describe your changes in detail -->
There is a case where if the migration deployment was skipped, the whole
deploy-apps workflow status will also be "skipped". This results in that
the store-apps-version will never get run. Rather storing the deployment
status excplicitly in the deploy-apps workflow instead.
## Related Issue(s)
- #{issue number}
## Verification
- [ ] **Your** code builds clean without any errors or warnings
- [ ] Manual testing done (required)
- [ ] Relevant automated test added (if you find this hard, leave it and
we'll help out)
## Documentation
- [ ] Documentation is updated (either in `docs`-directory, Altinnpedia
or a separate linked PR in
[altinn-studio-docs.](https://github.com/Altinn/altinn-studio-docs), if
applicable)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **New Features**
- Enhanced CI/CD workflows for production, staging, and YT01 with
improved job execution conditions, allowing for more resilient
deployments and testing.
- Introduced a new output variable `deployment_executed` to indicate the
success of deployments.
- **Bug Fixes**
- Adjusted conditions for running end-to-end tests to ensure they
execute under broader circumstances.
- **Documentation**
- Updated workflow configurations to reflect the new job parameters and
outputs for better clarity on deployment processes.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
0 commit comments