Use full path to rsync
This commit is contained in:
parent
cbe01e485e
commit
7ab003973c
1 changed files with 1 additions and 2 deletions
|
|
@ -16,8 +16,7 @@ jobs:
|
||||||
|
|
||||||
- name: Deploy UI files
|
- name: Deploy UI files
|
||||||
run: |
|
run: |
|
||||||
mkdir -p /work/hosting/clio/clio-ui
|
/run/current-system/sw/bin/rsync -av --delete \
|
||||||
rsync -av --delete \
|
|
||||||
./clio-ui/ \
|
./clio-ui/ \
|
||||||
/work/hosting/clio/clio-ui/
|
/work/hosting/clio/clio-ui/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue