Github action fails with Command "deploy" is not defined. #2493
Unanswered
dingo-d
asked this question in
Help needed
Replies: 1 comment 4 replies
-
Not sure why, but having the I've moved the |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I'm trying to run deployer from GH actions to deploy to my remote server, but I keep running into issues.
I'm not using the default action (I'm seriously considering it), but I created my own action
My deployer config and setup is located in the
.github
folder (kinda made sense to me not to pollute the repo plus the deployment will be run on the GH action either way). The-vvv
was added so that I can troubleshoot the deployment process.When I run it either locally using
act
or by pushing to my staging branch I get the same errorDoes anybody have any idea why that would happen? When I exec to the container that will run the action I can see that the
deployer
command exists, and I can evencat
it (cat /usr/local/bin/deployer
), but I keep getting the error.The structure of my setup is
And my
deploy.php
looks like this:EDIT:
Tried deploying with the action but this also fails
Beta Was this translation helpful? Give feedback.
All reactions