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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Deployer Version
v7.5.12
Target OS
24.04
Which PHP version are you using?
PHP 8.3
Content of deploy.php or deploy.yaml
Installing deployer globally requires the composer path to be added to PATH. Documentation says:
export PATH="$HOME/.composer/vendor/bin:$PATH"
which did not work for me.I had to use:
export PATH="~/.config/composer/vendor/bin:$PATH"
(.bashrc)
Steps to reproduce
Follow the global installation docs at https://deployer.org/docs/8.x/installation#global-installation
dep init
will return command not found (in /bin/bash)Beta Was this translation helpful? Give feedback.
All reactions