In this article, we will test and deploy an application using ZEIT Now to build and host it and Semaphore to drive CI/CD pipelines.
Tomas Fernandez

Continuous Deployment of a Python Flask Application with Docker and Semaphore
Learn why continuous deployment for Python is important and how to continuously deploy a Python Flask app to Heroku using Docker and Semaphore
7 Continuous Integration Tools for PHP Laravel Developers
In this article, we’ll learn about 7 tools that you can use to set up a rock-solid continuous integration (CI) process for your PHP project. Together, these tools increase code quality, reduce development time, easily reveal errors and will generally make your life easier. We will learn how we can set up a Semaphore CI […]
Python Continuous Integration and Deployment From Scratch
Learn how to quickly build, test, and deploy a Python Django web application using Semaphore’s CI/CD platform
Benchmark Report: Docker Builds with Semaphore vs. Docker Hub
We benchmarked Semaphore and Docker Hub with a real use case scenario, resulting in a 7x faster image build on Semaphore
Flaky Tests: Are You Sure You Want to Retry Them?
Different teams have different approaches to dealing with flaky tests. Some even go as far as using the “Let’s run each test 10 times and if it passes at least once, it passed” approach.