update ownership of file after xzf
All checks were successful
Deploy React / build-and-deploy (push) Successful in 16s

This commit is contained in:
2026-02-23 18:46:46 +01:00
parent 98b3bb378b
commit c6131df870

View File

@@ -42,6 +42,7 @@ jobs:
rm -rf /var/www/hotel-demo/index.html
tar -xzf /tmp/build.tar.gz -C /var/www/hotel-demo
sudo chown -R www-data:www-data /var/www/hotel-demo
sudo systemctl reload nginx
EOF