🚀
Intro
Git push to deploy and some gotchas
🐙
GitHub App
How to connect your repos for deployment
composer install; npm run prod
Build commands
Composer, Node.js and more
✅
Post deploy commands
Run migrations after deployment
▶️
Deployment trigger
Control when deployment shall happen
📁
Cached directories
Speed up successive deployments be re-using files
🔄
Deployment strategy
How files will be distributed into the environment
📁
Git source directory
Which folder from the repo to deploy
🛡️
Exclude patterns
Define files and folders not to be replaced
🔄
Replace patterns
Define files and folders to be replaced
🪝
Deploy hooks
Trigger deployments via HTTPS.
📜
Deploy logs
DRAFT
Debug failed deployments
🔧
Troubleshooting
Debugging git deployment issues