Yesterday I spent a couple of hours of coding in Python and Flask for my Explain JMeter app. Locally it is working okay. But when I try to deploy the app in DO, I was getting no error but the deployment failed. 🛑
After googling, I installed waitress
package and configured the port in the Python file, it ran successfully in development environment.✈
In DO, I had to configure the build command and the port for the deployment.
All is cool now. 😎
Now, back to implement the features.
Thanks to Sandor for his insights. 🙏
Top comments (0)