mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2026-09-20 21:55:23 +08:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b247bfd3af | |||
| f17a58e4ba | |||
| 8bb79ee6b5 | |||
| b2007e683f | |||
| 48dde0d741 | |||
| 4b36c0937b | |||
| 2651e3eecb |
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM drinternet/rsync:v1.4.1
|
||||
FROM drinternet/rsync:v1.4.3
|
||||
|
||||
# Copy entrypoint
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
||||
@@ -4,7 +4,7 @@ This GitHub Action (amd64) deploys files in `GITHUB_WORKSPACE` to a remote folde
|
||||
|
||||
Use this action in a CD workflow which leaves deployable code in `GITHUB_WORKSPACE`.
|
||||
|
||||
The base-image (drinternet/rsync) of this action is very small and is based on Alpine 3.16.1 (no cache) which results in fast deployments.
|
||||
The base-image (drinternet/rsync) of this action is very small and is based on Alpine 3.17.2 (no cache) which results in fast deployments.
|
||||
|
||||
---
|
||||
|
||||
@@ -55,7 +55,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: rsync deployments
|
||||
uses: burnett01/rsync-deployments@5.2.1
|
||||
uses: burnett01/rsync-deployments@5.2.2
|
||||
with:
|
||||
switches: -avzr --delete
|
||||
path: src/
|
||||
@@ -74,7 +74,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: rsync deployments
|
||||
uses: burnett01/rsync-deployments@5.2.1
|
||||
uses: burnett01/rsync-deployments@5.2.2
|
||||
with:
|
||||
switches: -avzr --delete --exclude="" --include="" --filter=""
|
||||
path: src/
|
||||
@@ -94,7 +94,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: rsync deployments
|
||||
uses: burnett01/rsync-deployments@5.2.1
|
||||
uses: burnett01/rsync-deployments@5.2.2
|
||||
with:
|
||||
switches: -avzr --delete
|
||||
path: src/
|
||||
@@ -114,7 +114,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: rsync deployments
|
||||
uses: burnett01/rsync-deployments@5.2.1
|
||||
uses: burnett01/rsync-deployments@5.2.2
|
||||
with:
|
||||
switches: -avzr --delete
|
||||
path: src/
|
||||
@@ -134,7 +134,9 @@ Check here:
|
||||
- https://github.com/Burnett01/rsync-deployments/tree/5.0 (alpine 3.11.x)
|
||||
- https://github.com/Burnett01/rsync-deployments/tree/5.1 (alpine 3.14.1)
|
||||
- https://github.com/Burnett01/rsync-deployments/tree/5.2 (alpine 3.15.0)
|
||||
|
||||
- https://github.com/Burnett01/rsync-deployments/tree/5.2.1 (alpine 3.16.1)
|
||||
- https://github.com/Burnett01/rsync-deployments/tree/5.2.2 (alpine 3.17.2)
|
||||
-
|
||||
---
|
||||
|
||||
## Version 4.0 & 4.1
|
||||
|
||||
Reference in New Issue
Block a user