Found 10 repositories(showing 10)
alcharra
Fast and reliable GitHub Action for deploying Docker Compose or Swarm services over SSH. Built in Go for speed, with secure file upload, Docker network provisioning, service validation, rollback and cleanup support.
alcharra
GitHub Action for deploying Docker Compose or Swarm over SSH — supports file upload, Docker network management, service health checks, rollback and cleanup.
A ready-to-use GitHub Actions template for CI/CD deployments via SSH. Automatically pull, rebuild, and restart Docker Compose services on a remote server whenever you push to your repository. Ideal for personal projects, VPS-based apps, and quick Docker updates without extra tools.
I have had a crazy time trying to ssh into a remote server (including localhost), build my docker image and deploying a container. There's so much automation people are forgetting we need the good old ssh, docker-compose build, docker-compose-up especially for quick PoCs
Dhannun
A reusable CI/CD deployment template using GitHub Actions, SSH, and Docker Compose
FinnE145
A Github Action to test building a new docker image, and if its successful, ssh into a chosen server, pull new changes, rebuild a docker-compose, and then restart all containers.
automatically deploy your Wordpress container with Github actions, runners, environment variables for production and development, all bundled up with docker-compose , setup SSH users and watch for any changes.
vanshikasoni2174
AutoDeployHub is a DevOps automation project that builds a CI/CD pipeline using GitHub Actions. It containerizes the app with Docker & Docker Compose, deploys automatically via SSH, and monitors performance using Prometheus and Grafana dashboards for uptime and system health.
jackpluzz
Centralized CI infrastructure providing reusable GitHub Actions workflows for deploying multiple applications. Acts as a generic deploy engine: SSH to production, pull code, build with Docker Compose, and deploy per app without impacting others.
HarshSharma0801
🚀 A complete DevOps pipeline demonstrating production deployment on AWS with containerized microservices. Features Docker Compose orchestration of Node.js, Go, and PostgreSQL services deployed on EC2 with EBS volume management. Includes automated CI/CD via GitHub Actions, SSH-based deployment automation, and production-ready infrastructure setup.
All 10 repositories loaded