Skip to content
zl_hope edited this page Sep 29, 2018 · 2 revisions

init deploy config

default: basic strategies: [] hooks: start: [] build: [] ready: [artisan:view:clear, artisan:cache:clear, artisan:config:cache, artisan:optimize] done: [fpm:reload] success: record:revision:log fail: [] options: application: LaravelDeployer keep_releases: 6 php_fpm_service: php7.2-fpm group_notify: false notify_channel_url: repository: git@github.com:xxx/xxx.git shared_dirs: [storage/logs, storage/framework] hosts: 127.0.0.1: deploy_path: /home/deploy/htdocs/example user: deploy branch: master forwardAgent: true multiplexing: true stage: devel localhost: [] include: [] custom_deployer_file: false 

Clone this wiki locally