i am struggling since 2 days, but i can not find proper answer, and also in google there are no refrence that i can solve error.
- what i have did i have created deployment in aws code deploy, have attach role with awscodeeployrole,
- created zip from application
- created Appspec.yml file as below
version: 0.0
os: windows
files:
- source: AdvertApiPublish.zip
destination: C:\inetpub\wwwroot
i uploaded zip file including appspec file, and do deployment i got following error
The deployment failed because an invalid version value (0.0) was entered in the application specification file. Make sure your AppSpec file specifies "0.0" as the version, and then try again.
on google i found this stackoverflow question AWS CodeDeploy ymal file error
i tried to change encoding also but no luck. i dont know what i am missing