We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beb3551 commit 93b5cb5Copy full SHA for 93b5cb5
.github/workflows/deploy.yml
@@ -69,6 +69,9 @@ jobs:
69
echo "🌐 Step 8: Deploy frontend to Nginx root"
70
sudo rm -rf /opt/day07/*
71
cp -r /home/hostapp/React-02/frontend/dist/* /opt/day07/
72
+ sudo chown -R www-data:www-data /opt/day07
73
+ sudo chmod -R 755 /opt/day07
74
+
75
76
echo "🔁 Step 9: Restart Nginx"
77
sudo systemctl restart nginx
0 commit comments