Skip to content

Commit f5da725

Browse files
committed
wip
1 parent 2c49c55 commit f5da725

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
sudo chmod -R 777 /var/www/apps/imagexbasic
172172
173173
sudo chown -R www-data:www-data /var/www/html/imagexbasic/public
174-
sudo chmod -R 755 /var/www/html/imagexbasic/public
174+
sudo chmod -R 777 /var/www/html/imagexbasic/public
175175
176176
177177
docker-compose exec -T imagexbasic cd frontend/user && npm install && npm run build && rm -rf node_modules && cd ../../

0 commit comments

Comments
 (0)