When trying to connect a private GitHub repo containing a Laravel app to an azure "Web app + postgres" on the php stack I am getting this error:
"The app 'example' is setup with stack 'php' which is currently not supported in Deployment Center via GitHub Actions."
However various guides im following seem to not have this problem. such as this one Deploy Laravel on Azure Web App
Anyone have any pointers as to what could be going on?
Thanks,