Search code examples
gitamazon-web-servicesgithubaws-amplify

amplify - deployment not triggering after new merge


I've set-up a main branch in Amplify frontend.
Every time I have made changes on main branch, it should auto deploy a new version of frontend.

Everything works fine until today.
After I've merged dev branch to main branch in Github, I go to Amplify and find that the pineline is not running

It shows

Last commit: Merge pull request #230

But the latest one should be #232

How do I fix/debug it??


Solution

  • I tried to re-connect repository as many developers suggest through the Internet, but it doesn't work for me.

    Finally, I've created a webhook in Amplify so that I can trigger the deployment manually