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 01f5258 commit 2c49c55Copy full SHA for 2c49c55
1 file changed
.github/workflows/deploy.yml
@@ -169,6 +169,10 @@ jobs:
169
echo "Setting permissions..."
170
sudo chown -R www-data:www-data /var/www/apps/imagexbasic
171
sudo chmod -R 777 /var/www/apps/imagexbasic
172
+
173
+ sudo chown -R www-data:www-data /var/www/html/imagexbasic/public
174
+ sudo chmod -R 755 /var/www/html/imagexbasic/public
175
176
177
docker-compose exec -T imagexbasic cd frontend/user && npm install && npm run build && rm -rf node_modules && cd ../../
178
# Prune Images
0 commit comments