Skip to content

Commit

Permalink
Created a new file for testing purposes and updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
vmvartiainen committed Aug 20, 2024
1 parent 97a25c6 commit c6ffd28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ 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.
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](/.github/workflows/test_remote_sync_manual_trigger.yml)
Expand All @@ -49,4 +49,6 @@ Very simple Rsync process.

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](/.github/workflows/test_remote_sync_and_exclude_manual_trigger.yml)
1 change: 1 addition & 0 deletions rsync-test-path/test2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is another file.

0 comments on commit c6ffd28

Please sign in to comment.