Skip to content

Commit be905c0

Browse files
authored
Add rsync command to deploy files to webroot
1 parent 47cdcae commit be905c0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,4 @@ jobs:
8181
port: 22
8282
script: |
8383
rm -rf /tmp/public; mkdir -p /tmp/public; tar -xzf /tmp/csdocs.tar.gz -C /tmp/public/;
84+
rsync -az --delete /tmp/public/ /var/www/webroot/ROOT/site/;

0 commit comments

Comments
 (0)