ci(deploy): chmod -R 777 storage after pull
All checks were successful
Deploy Max Bot Test / deploy (push) Successful in 11s
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:
@@ -26,7 +26,8 @@ jobs:
|
||||
cd /home/pkirillw/dockered-services/max-bot-test && git pull origin main
|
||||
else
|
||||
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
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user