Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 1.39 KB

Application tips.md

File metadata and controls

29 lines (15 loc) · 1.39 KB

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.

Screenshot from 2023-08-20 18-16-39

Create a new release, write its name, description and upload its files.

Screenshot from 2023-08-20 17-53-26


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.

Screenshot from 2023-08-20 18-47-20

5. Be sure that your application should work in port 80.

You can check this example 👩🏻‍💻

💁🏻‍♀️ Application code