ci(deploy): chmod -R 777 storage after pull
All checks were successful
Deploy Max Bot Test / deploy (push) Successful in 11s

Fixes Monolog 'Failed to open stream: Permission denied' on storage/logs when host files are owned by pkirillw but php-fpm runs as www-data.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
pkirillw
2026-06-18 00:39:55 +03:00
parent 496ee540b8
commit 6a9f2633da

View File

@@ -26,7 +26,8 @@ jobs:
cd /home/pkirillw/dockered-services/max-bot-test && git pull origin main cd /home/pkirillw/dockered-services/max-bot-test && git pull origin main
else else
cd /home/pkirillw/dockered-services && git clone https://git.pkirillw-server.ru/pkirillw/max-bot-test.git cd /home/pkirillw/dockered-services && git clone https://git.pkirillw-server.ru/pkirillw/max-bot-test.git
fi" fi
chmod -R 777 /home/pkirillw/dockered-services/max-bot-test/storage"
- name: Create .env file - name: Create .env file
env: env: