You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+58-17Lines changed: 58 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,18 @@
1
-
# GitHub Actions SSH Docker Update Template
1
+
# GitHub Actions SSH Git Update Template
2
2
3
-
This repository provides a **GitHub Actions CI/CD template** to automatically **update and restart a Docker Compose project** on a remote server using **SSH**.
3
+
This repository provides a **GitHub Actions CI/CD template** to automatically **update code from Git**and **restart a Linux service or PM2-managed app** on a remote server using **SSH**.
4
4
5
-
> 📦 Ideal for quickly deploying updates to remote Docker apps from your GitHub repository.
5
+
> 🚀 Ideal for deploying updates to remote Git projects directly from your GitHub repository.
6
6
7
7
---
8
8
9
-
## 🚀 Features
9
+
## ✨ Features
10
10
11
11
- ✅ Automatic deployment on push to `main` (or any branch)
0 commit comments