learn
learn copied to clipboard
AWS Amplify CD service don't work with "git push -f <origin> <branch_name>"
The amplify Continuous Deployment service at frontend don't work on following steps:
- Reset to old commit with
git reset --hard <commit_identifier> - 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"