You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently only on default :pretty format I can see within's value:
DEBUG [b165746b] Running if test ! -d /var/www; then echo "Directory does not exist '/var/www'" 1>&2; false; fi on localhost
DEBUG [b165746b] Command: if test ! -d /var/www; then echo "Directory does not exist '/var/www'" 1>&2; false; fi
INFO [f9a188e9] Running /usr/bin/env vendor/bin/phinx migrate on localhost
DEBUG [f9a188e9] Command: cd /var/www && /usr/bin/env vendor/bin/phinx migrate
I dont' know which label, icon better to use.
May be also remove deploy_to from all pathes, but what I need to see is concrete path, where current command executed.
The text was updated successfully, but these errors were encountered:
Currently only on default
:pretty
format I can seewithin
's value:Under air I can't and should guess this:
It would be nice to see something like:
I dont' know which label, icon better to use.
May be also remove
deploy_to
from all pathes, but what I need to see is concrete path, where current command executed.The text was updated successfully, but these errors were encountered: