About 663,000 results
Open links in new tab
  1. Docker CI/CD in VPC/VPS Environments: Automating Deployment with GitHub ...

    Aug 18, 2023 · In this article, we explore the integration of Docker Continuous Integration/Continuous Deployment (CI/CD) workflows in a Linux Virtual Private Cloud (VPC) or Virtual Private Server (VPS)...

  2. Zero Downtime Deployment with Docker Compose in an OCI VPS using GitHub

    Sep 13, 2024 · First, you must have a Linux VPS (I'll use Ubuntu 22 in this tutorial). # Requirements. Docker; Docker Compose; Docker Rollout Plugin # Installing Docker Rollout Plugin. It's very simple:

  3. Deploy docker containers in VPS with GitHub Actions

    Jul 24, 2024 · In this post, I will show you how to deploy your Docker containers in a VPS using GitHub Actions. What are we going to do? We are going to build a simple workflow that will allow us to deploy our custom images to GitHub Container Registry , pull …

  4. CI/CD Made Easy: GitHub Actions, Docker Compose, and …

    Sep 11, 2023 · We will be dockerizing a simple express backend application and setting up a ci/cd pipeline for it. We will need a Github account and container registry to setup the first part i.e. CI part of...

  5. Deploy Docker Container with Compose & Github Actions

    Apr 9, 2021 · I am using GitHub Actions to trigger the building of my dockerfile, it is uploading the container to GitHub Container Registry. In the last step i am connecting via SSH to my remote DigitalOcean Droplet and executing a script to pull and install the new image from GHCR.

  6. How to deploy docker-compose solution automatically from github to vps ...

    Nov 23, 2019 · Assuming you copy your docker-compose.yml into, /home/user/app/docker-compose.yml, you could run a command like so: What I want to do: Deploy docker-compose solution from Github to my virtual private server which has docker and docker-compose installed. I saw that there are Github Actions that allow me to copy ...

  7. Setting Up a VPS with Nginx, Docker, and GitHub Actions

    Aug 24, 2024 · In this article, we'll be walking through setting up a VPS using Nginx, Docker and Github Actions. This setup will allow you to deploy your web projects seamlessly as soon as you push code to Github repos. We'll be covering up the following: Setting up the VPS; Installing and configuring Nginx; Installing Docker and setting up your environment.

  8. Continuous Deployment of Docker Compose Applications Using GitHub Actions

    1 day ago · The key details here: ${DOCKER_TAG} - this is going to pull the DOCKER_TAG environment variable from one of the env_file sources we specified..env - this is the file that sets the DOCKER_TAG value.This is what we’re going to update during deployments.; Logging into Our Tailnet. The first step is to login to our Tailnet - we’re going to do this using tailscale/github-action@v3 and using ...

  9. Automating Docker Deployment with Github Actions

    Jan 18, 2025 · In this guide, I’ll show you how to automate Docker container deployments using GitHub Actions, Docker Hub, and a simple cron job. Whether you’re new to Docker or looking to streamline your deployment process, this tutorial will walk you through both manual and automated approaches.

  10. CI/CD with Github, Docker & a VPS. | by Omasuaku | Medium

    Jan 19, 2024 · Before we dive into the GitHub Actions deployment, let’s prepare your Virtual Private Server (VPS) to welcome your Dockerized application. Follow these steps to set up the VPS Docker configuration...

  11. Some results have been removed