projectkudu / kudu

Kudu is the engine behind git/hg deployments, WebJobs, and various other features in Azure Web Sites. It can also run outside of Azure.
Apache License 2.0
3.12k stars 655 forks source link

Post deployment script for zip deploy #3511

Closed unclerom closed 3 months ago

unclerom commented 3 months ago

How does one go about running a post deployment script for a nodejs app deployed using github actions zip deploy? I have tried every different resource I can find but I am unable to get post deployment script to run. What is the correct way to do so? Additionally is there any additional documentation on this subject I have spent days trying to get a db migration script to run post deployment so any documentation would be appreciated.