DEV Community

Discussion on: Automate your Laravel app deployment with Github Actions

Collapse
 
nablidev profile image
nablidev

thank you for this post, following it helped me set my continuous deployment using laravel and github actions, however some small things are missing in this guide.
For example you need to grant execution permissions on your server for the ./.scripts/deploy.sh in order for it to be able to execute

Collapse
 
kenean50 profile image
Kenean

Thank you for pointing that out, its updated now.