Hi, I've read in some places that you can specific a commit id when deploying via the --branch option, but I can't get it to work as it treats it as a branch.
warning: Could not find remote branch bfd4b264e52baae63a46670f9ffcafdcda0d85c1 to clone.
fatal: Remote branch bfd4b264e52baae63a46670f9ffcafdcda0d85c1 not found in upstream origin
If this aint possible, is there any way to a pass a custom parameter like --commit and it to be recolected in the events.php file?
Hi, I've read in some places that you can specific a commit id when deploying via the --branch option, but I can't get it to work as it treats it as a branch.
My command:
rocketeer deploy --on=staging --branch="bfd4b264e52baae63a46670f9ffcafdcda0d85c1"
If this aint possible, is there any way to a pass a custom parameter like --commit and it to be recolected in the events.php file?