Could you describe your deployment pipeline a bit more? Are you using Envoyer? GitHub Actions? CircleCI? A bit difficult to troubleshoot your issue without more details on the service and the hooks you are using.
Jul 21, 2021
7
Level 9
(Forge) Deploying from wrong branch following branch change
Hi all,
I've had a server deploying happily from the master branch of a GitHub repo using the standard Forge feature - I changed that to staging branch in the repo.
It all looks fine and a deployment is triggered when a commit is pushed to staging however looking in the deployment logs it is still pulling from master.
Any thoughts on why this might be happening?
Thanks, RobJ.
Level 50
On the same Apps tab. Did you update the deployment script?
Look for a line that says git pull origin master
Please or to participate in this conversation.