Skip to content

vahadigital/gh-actions-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Actions workflows

Description

This project is aimed at to make useful GitHub Actions workflows.

Usage

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/

Contributing

Contributions are welcome!

License

This project is licensed under the MIT License. See the LICENSE.md file for more details.

Contact

For any questions or inquiries, reach us here in the discussions area.


Workflows in this repository

Sync repository to a remote location with rsync

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

Sync repository to a remote locations and exclude folders

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages