morning am steven mugisha at klab so
when your app is still under development
but you have deployed on th andasy
if you want to add new update
how you did it?
Morning Steven,
If you have changes that needs to be deployed, simply run andasy deploy again and your changes will be reflected on your site.
I recommend using GitHub actions to automatically deploy your changes whenever you merge to a specific branch. You can read more on that here