Hi there
I noticed the automatic deployments I set up with the GitHub repo on the master branch are being triggered and result in “succeeded” status with all the steps correctly performed and no warnings/errors (and the right commit being checkout out). The cloudformation/files by the way or the changes of the commit are not going there, they are still old commits/changes.
While, when I perform a manual update from local with sls deploy
everything works as intended.
Ideally, I would like the automatic repo deployments to work as the local one, any clue why this could be happening?