fix CI
All checks were successful
Deploy Preprod / Build and Deploy to Preprod (push) Successful in 30s
All checks were successful
Deploy Preprod / Build and Deploy to Preprod (push) Successful in 30s
This commit is contained in:
parent
78ac0940d0
commit
f9be7fa025
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ jobs:
|
||||||
cd dist
|
cd dist
|
||||||
|
|
||||||
echo "Deploying site/"
|
echo "Deploying site/"
|
||||||
sshpass -p "$PASSWORD" rsync -az --delete -O \
|
sshpass -p "$PASSWORD" rsync -az --delete -O --no-perms --no-owner --no-group \
|
||||||
--include 'accounts/' \
|
--include 'accounts/' \
|
||||||
--exclude 'accounts/*' \
|
--exclude 'accounts/*' \
|
||||||
--include 'sessions/' \
|
--include 'sessions/' \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue