Skip to content

Commit 2c49c55

Browse files
committed
wip
1 parent 01f5258 commit 2c49c55

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,10 @@ jobs:
169169
echo "Setting permissions..."
170170
sudo chown -R www-data:www-data /var/www/apps/imagexbasic
171171
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+
172176
173177
docker-compose exec -T imagexbasic cd frontend/user && npm install && npm run build && rm -rf node_modules && cd ../../
174178
# Prune Images

0 commit comments

Comments
 (0)