Update deploy workflow to include rsync command for website deployment
Some checks failed
Deploy / build (push) Successful in 45s
Deploy / deploy (push) Failing after 3s

This commit is contained in:
Valentin Popov 2024-09-11 19:46:19 +00:00
parent 49c2ffa583
commit 97ba8666c8
Signed by: Valentin Popov
GPG Key ID: AE3CE523DAAA8401

View File

@ -25,4 +25,4 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: website
- run: ls -lah
- run: rsync --delete -a ./ /var/www/popov.link/