Software Alternatives & Reviews

Build a CI/CD pipeline for Flask apps using GitHub Actions

Gunicorn GitHub Actions
  1. Gunicorn is a Python WSGI HTTP Server for UNIX.
    Pricing:
    • Open Source
    Now, we can create the Procfile for Heroku. The Procfile contains the command that will be run once the application is deployed on Heroku. You can do this by creating a new file named Procfile and pasting the following command. We will be using Gunicorn to run the application instead of the default Flask server.

    #Web And Application Servers #Web Servers #Application Server 31 social mentions

  2. Automate your workflow from idea to production
    Pricing:
    • Open Source
    GitHub Actions is a feature on GitHub that enables you to implement CI/CD in your project repository. It is usually a smart idea to use GitHub Actions because it makes it simple to automate tasks, such as testing and project deployment, directly in your GitHub repository.

    #DevOps Tools #Continuous Integration #Continuous Deployment 275 social mentions

Discuss: Build a CI/CD pipeline for Flask apps using GitHub Actions

Log in or Post with