adds generic check-diff utility script

This commit is contained in:
Jean-Christophe Vanhalle
2025-06-27 23:45:18 +02:00
parent c5716b8f7a
commit 062c764c9b
2 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
REMOTE_SSH_STRING=<sshconfig hostname>
REMOTE_ROOT_PATH=</var/www/example.com/www>
LOCAL_ROOT_PATH=</home/user/dev/www>
FOLDER_PATH=</wp-content/themes/bar>
EXCLUDEFILE_PATH=<./deployment/example.com.bar.exclude>