Skip to content

Migrate to Kamal for deployments #140

Migrate to Kamal for deployments

Migrate to Kamal for deployments #140

Triggered via push November 29, 2024 04:17
Status Success
Total duration 55s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: TalentBlazor.ServiceModel/Emails.cs#L10
Non-nullable property 'To' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TalentBlazor.ServiceModel/Emails.cs#L12
Non-nullable property 'Subject' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TalentBlazor.ServiceModel/Hello.cs#L14
Non-nullable property 'Result' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TalentBlazor.ServiceModel/Talent.cs#L48
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TalentBlazor.ServiceModel/Talent.cs#L50
Non-nullable property 'Company' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TalentBlazor.ServiceModel/Talent.cs#L51
Non-nullable property 'Location' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TalentBlazor.ServiceModel/Talent.cs#L56
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TalentBlazor.ServiceModel/Talent.cs#L77
Non-nullable property 'ApplicationUserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TalentBlazor.ServiceModel/Talent.cs#L80
Non-nullable property 'ApplicationUser' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TalentBlazor.ServiceModel/Talent.cs#L84
Non-nullable property 'Comment' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.