I'm using ssh-run pipe to run a few scripts on my server. Changing directories and running npm works fine, but the composer command doesn't work. Any idea why this would happen?
- pipe: atlassian/ssh-run:0.2.3
variables:
SSH_USER: 'XXXX'
SERVER: 'XXXX'
COMMAND: 'cd scale_live; composer install; npm install; npm run prod; '
Hi @Brandon DeWeese , could you share the error message that you get when you try to execute the composer command?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.