Compile ANM app and if ok launch batch file

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
Andros
User
Posts: 111

Compile ANM app and if ok launch batch file

Post by Andros »

Hi, I need to automate my project deployment.
I would like to generate the app, zip the app folder and deploy the zip via ftp to my server.
Any idea on how to do this?


MichaelG
User
Posts: 1095

Post by MichaelG »

You can use the EndGenerate event in UserCode. Please read:
https://aspnetmaker.dev/docs/#/usercode.html


Post Reply