Tips
GitHub Fork Edit this page

Tips

See the hierarchy of tasks

Run dep debug:task deploy to see the hierarchy of tasks that are configured:

The task-tree for deploy:
├── deploy
│   ├── deploy:info
│   ├── deploy:prepare
│   ├── deploy:lock
│   ├── deploy:release
│   ├── deploy:update_code
│   ├── deploy:shared
│   ├── deploy:vendors
│   ├── deploy:writable
│   ├── deploy:cache:clear
│   ├── deploy:cache:warmup
│   ├── deploy:symlink
│   ├── bolt:symlink:public [after:deploy:symlink]
│   ├── bolt:init-env [after:bolt:symlink:public]
│   ├── deploy:unlock
│   └── cleanup
├── success [after:deploy]
└── reload:php-fpm [after:deploy]

Checking the hosts

To verify the configuration of the configured hosts, run dep config:hosts

hosts

Quick SSH access

To log in to the target environment, use dep ssh to get a list of the available hosts.

ssh

Alternatively, run dep ssh name, to directly log into that environment.