learn icon indicating copy to clipboard operation
learn copied to clipboard

AWS Amplify CD service don't work with "git push -f <origin> <branch_name>"

Open MiqueiasGFernandes opened this issue 5 years ago • 0 comments

The amplify Continuous Deployment service at frontend don't work on following steps:

  1. Reset to old commit with git reset --hard <commit_identifier>
  2. Force push to remote repository with git push -f <origin> <branch_name>

The AWS Amplify Console don't start a new deployment progress and don't reconize the "new commit"

MiqueiasGFernandes avatar Nov 04 '20 16:11 MiqueiasGFernandes