Deploy (/deployment/request)
We have two projects
- mobile-n10n:notification
- mobile-n10n:notificationworkerlambda
If you select mobile-n10n:notification in the deploy view, the build history shown on the right is a mix of both projects - this risks being quite confusing as it may suggest the wrong build is deployed on PROD.
This is likely because the build history is queried by a contains or starts with match, instead of a complete match.
Deploy (/deployment/request)
We have two projects
If you select mobile-n10n:notification in the deploy view, the build history shown on the right is a mix of both projects - this risks being quite confusing as it may suggest the wrong build is deployed on PROD.
This is likely because the build history is queried by a contains or starts with match, instead of a complete match.