mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2025-09-20 08:10:38 +02:00
Update README with versions section and formatting
Added a new section for versions and updated heading formatting.
This commit is contained in:
parent
98d7febbf0
commit
b3f19155ac
1 changed files with 3 additions and 1 deletions
|
@ -218,7 +218,7 @@ If your remote server has firewall restrictions:
|
||||||
- **Option A:** Whitelist [GitHub Actions IP ranges](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#ip-addresses) (Azure-based)
|
- **Option A:** Whitelist [GitHub Actions IP ranges](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#ip-addresses) (Azure-based)
|
||||||
- **Option B:** Use self-hosted runners on your server (recommended for strict firewall environments)
|
- **Option B:** Use self-hosted runners on your server (recommended for strict firewall environments)
|
||||||
|
|
||||||
#### 3. Excluding files/folders (eg .git)
|
### Excluding files/folders (eg .git)
|
||||||
|
|
||||||
By default, rsync copies dot files and folder if present at ``path:``. To execlude them, you can use the ``--exclude`` switch:
|
By default, rsync copies dot files and folder if present at ``path:``. To execlude them, you can use the ``--exclude`` switch:
|
||||||
|
|
||||||
|
@ -240,6 +240,8 @@ More advanced examples:
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## Versions
|
||||||
|
|
||||||
## Version 7.0.2
|
## Version 7.0.2
|
||||||
|
|
||||||
Check here:
|
Check here:
|
||||||
|
|
Loading…
Reference in a new issue