Skip to content

Deploy

Deploy #127

Manually triggered July 7, 2024 08:46
Status Success
Total duration 3m 34s
Artifacts

deploy.yml

on: workflow_dispatch
run-migrations
42s
run-migrations
build-and-push-image
1m 53s
build-and-push-image
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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.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.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/Categories/CategoryAutocompleteItemDto.cs#L7
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/Json/JsonExportProductDto.cs#L5
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/Json/JsonExportProductDto.cs#L11
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
run-migrations: src/backend/src/FoodDiary.Contracts/Export/Json/JsonExportPageDto.cs#L7
Non-nullable property 'Notes' 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.