Deploy #78
deploy.yml
on: workflow_dispatch
run-migrations
43s
deploy-container-apps
1m 20s
deploy-app-service
9s
Annotations
12 warnings
run-migrations:
src/backend/src/FoodDiary.Configuration/AuthOptions.cs#L5
Non-nullable property 'AllowedEmails' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
run-migrations:
src/backend/src/FoodDiary.Configuration/GoogleOptions.cs#L5
Non-nullable property 'BaseUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
run-migrations:
src/backend/src/FoodDiary.Configuration/GoogleOptions.cs#L7
Non-nullable property 'ApplicationName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
run-migrations:
src/backend/src/FoodDiary.Configuration/GoogleOptions.cs#L9
Non-nullable property 'ExportFolderId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
run-migrations:
src/backend/src/FoodDiary.Contracts/Products/ProductAutocompleteItemDto.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
run-migrations:
src/backend/src/FoodDiary.Contracts/Export/ExportFileDto.cs#L5
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
run-migrations:
src/backend/src/FoodDiary.Contracts/Export/ExportFileDto.cs#L7
Non-nullable property 'Pages' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
run-migrations:
src/backend/src/FoodDiary.Contracts/Export/ExportNoteDto.cs#L5
Non-nullable property 'ProductName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
run-migrations:
src/backend/src/FoodDiary.Contracts/Export/ExportNoteGroupDto.cs#L5
Non-nullable property 'MealName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
run-migrations:
src/backend/src/FoodDiary.Contracts/Export/ExportNoteGroupDto.cs#L7
Non-nullable property 'Notes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy-app-service
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: azure/webapps-deploy@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
deploy-container-apps
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: azure/login@v1, azure/container-apps-deploy-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|