projectkudu / KuduSync

A file copying tool with semantic appropriate for deploying web site files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vuejs deployment using KuduSync issue with

punit5658 opened this issue · comments

Following log where stop script working.

Does .env specify a file name or directory name on the target Command 'starter.cmd deploy.cmd' was aborted due to no output nor CPU activity for 61 seconds. You can increase the SCM_COMMAND_IDLE_TIMEOUT app setting (or WEBJOBS_IDLE_TIMEOUT if this is a WebJob) if needed.\r\nstarter.cmd deploy.cmd (F = file, D = directory)?

Then after it's goes on waiting mode and return

Command 'starter.cmd deploy.cmd' was aborted due to no output nor CPU activity for 61 seconds. You can increase the SCM_COMMAND_IDLE_TIMEOUT app setting (or WEBJOBS_IDLE_TIMEOUT if this is a WebJob) if needed.\r\nstarter.cmd deploy.cmd

I assume kudusync having copying issue with extension file ".env" and then waiting for input from user.

Can you correct me or any fix for this issue?