This project is aimed at to make useful GitHub Actions workflows.
If you are new to GitHub Actions start from https://docs.github.com/en/actions
Using GitHub Actins locally -> Read more about https://nektosact.com/
Contributions are welcome!
This project is licensed under the MIT License. See the LICENSE.md file for more details.
For any questions or inquiries, reach us here in the discussions area.
Very simple Rsync process. Notice --delete
flag which removes everything that is not found in the source!
.github/workflows/test_remote_sync_manual_trigger.yml
This is similar workflow than the previous but this excludes the folder "public/var/assets/" from the sync process. Use exclude flag when you don't want overwrite something in the target.
Rsync flags doesn't include --delete
flag in this workflow.
.github/workflows/test_remote_sync_and_exclude_manual_trigger.yml