Weolcome again 😁 Here are some tips and tricks to deploy your app 🎯🚀 1. Make sure you upload your app code to github. 2. Make a release that contains the files which are important to run the application. Create a new release, write its name, description and upload its files. 3. In your appliction rego creat an infrastrcture folder, inside of it: 1. app.service code to run your app as systemd service. 2. Stup-instance code. 4. Recommended to add endpoit to check the health of your instances. 5. Be sure that your application should work in port 80. You can check this example 👩🏻💻 💁🏻♀️ Application code