Update deploy workflow to include rsync command for website deployment
This commit is contained in:
parent
49c2ffa583
commit
97ba8666c8
@ -25,4 +25,4 @@ jobs:
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: website
|
||||
- run: ls -lah
|
||||
- run: rsync --delete -a ./ /var/www/popov.link/
|
||||
|
Loading…
Reference in New Issue
Block a user