mv file one folder up
All checks were successful
Deploy React / build-and-deploy (push) Successful in 15s

This commit is contained in:
2026-02-23 18:53:34 +01:00
parent c6131df870
commit fb7fd39293

View File

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