change RSYNC_STDOUT to string

This commit is contained in:
Dragan Filipovic 2023-01-02 18:58:07 +01:00
parent 4e7456f7be
commit 177f5b4b79
4 changed files with 10 additions and 9 deletions

View file

@ -64,9 +64,10 @@ jobs:
SOURCE: "test_project/"
TARGET: "/var/www/html/"
EXCLUDE: "/dist/, /node_modules/"
# SCRIPT_BEFORE: |
# whoami
# ls -al
# SCRIPT_AFTER: |
# whoami
# ls -al
SCRIPT_BEFORE: |
whoami
ls -al
SCRIPT_AFTER: |
whoami
ls -al
echo $RSYNC_STDOUT