Hi @sujith reddy komma ,
The log snippet you posted doesn't indicate an error of the deployment but a status that the deployment has occurred. What you want you to do is click on the log URL followed by deploy.cmd
log file to see what exactly took place after zipping up your deployment.
With regards to your javascript application deployment, the logs should be able to reveal which npm commands, if needed, were ran against your javascript application.
Your powershell command appears to be in order but it's worth checking for any differences between right+clicking and the contents of common-sujith1.zip. Remember, the contents of common-sujith1.zip should be the root folder of the app itself and not contained in a parent folder.
Hi Ryan,
I was on Leave. Sorry for the Late Reply.
when i zip thru powershell command like below
Compress-Archive -Path dsdsf/* -DestinationPath common-suj1.zip
it zips the file.
Then i Post the CURL like below
curl -k -X POST --data-binary @"Common-14.zip" https://$XXX:XXXX@.scm.dev001..xx.com/api/zipdeploy -v
i see the logs like below
it ignored the index.js file package.json etc
when i unzipped and saw the file They are all present. Please find the attached screenshot.
when i manually did the Send to Zip and used the CURL it works. i could see the Logs like below