Skip to content

Instantly share code, notes, and snippets.

View Punksolid's full-sized avatar
🏠
Working from jail

Jose Palazuelos Punksolid

🏠
Working from jail
View GitHub Profile
@Punksolid
Punksolid / 02deploy.config
Created July 28, 2018 00:02
Laravel App Deploy Basic Permission Configuration For Storage
container_commands:
01-migrations:
command: "php artisan migrate --force"
files:
"/opt/elasticbeanstalk/hooks/appdeploy/post/99_make_storage_writable.sh":
mode: "000755"
owner: root
group: root
content: |