Skip to content
Emmanuel Nwanochie edited this page Jul 20, 2024 · 3 revisions

Welcome to the hng_boilerplate_python_fastapi_web wiki!

General Overview

This documentation serves as a detailed guide for deploying our application using GitHub Actions. It encompasses the setup of the remote server, installation of prerequisites, and deployment processes for various environments (development, staging, and production). Additionally, it leverages Continuous Integration and Continuous Deployment (CI/CD) principles to establish a streamlined and dependable deployment pipeline.

Scope

This guide covers the following aspects:

  • Setting up the remote server and installing prerequisites
  • Configuring Nginx and SSL certificates
  • Implementing CI/CD principles using GitHub Actions
  • Deploying to development, staging, and production environments
  • Integrating messaging queues for service communication

Objective

The primary objectives of this guide include:

  • Ensuring a seamless and reliable deployment process for our application, leveraging the power of GitHub Actions and CI/CD principles.
  • Automating build, test, and deployment processes for the application
  • Integrating a messaging queue to enable communication between services
  • Achieving 99% uptime and ensure projects are accessible via domain names
Clone this wiki locally