---
repository: git@github.com:samirdjelal/deployer.git
hostname: 127.0.0.1:22
username: root
password: password
deploy_path: /opt/deployer
keep_releases: 5
http_user: daemon
php_path:
shared_files:
- .env
shared_dirs:
- storage
writable_use_sudo: false
writable_recursive: true
writable_chmod_mode: 0777
writable_dirs:
- bootstrap/cache
- storage
- storage/app
- storage/app/public
- storage/framework
- storage/framework/cache
- storage/framework/sessions
- storage/framework/views
- storage/logs
pre_deploy_commands:
- ls -lah /opt/lampp/xampp
- echo "Hello World" > /root/file.txt
- cat /root/file.txt
post_deploy_commands:
- echo "Good bye!"