fix actions AGAIN

This commit is contained in:
informaticker 2024-11-03 23:28:17 +01:00
parent 76c6f75787
commit 3b4f32c70b

View File

@ -29,7 +29,7 @@ jobs:
echo "Removing old website..."
ssh $USER@$HOST1 'rm -rf /var/www/elia.network/html/*'
echo "Deploying new website..."
rsync -avz --delete \
/usr/bin/rsync -avz --delete \
--exclude '.git*' \
./ $USER@$HOST1:/var/www/elia.network/html/
- name: Reload Nginx