Skip to content

Commit

Permalink
Update rsync_website.sh (kiegroup#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
mareknovotny authored Sep 18, 2023
1 parent 3b4e9f0 commit 69bdd1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rsync_website.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
#
#############################################################################################################################################################################

rsync -Pavqr -e 'ssh -p 2222' --protocol=28 --delete-after target/website/* [email protected]:www_htdocs/drools
rsync -Pavqr -e 'ssh -p 2222' --protocol=28 target/website/ [email protected]:www_htdocs/drools/ --delete-after

0 comments on commit 69bdd1f

Please sign in to comment.