79480769

Date: 2025-03-03 10:43:57
Score: 0.5
Natty:
Report link

First, push the content to dev env using:

amplify push

After switching branch to prod using git checkout prod. You have to change the environment to prod using amplify env checkout prod. Then, if you want push your dev changes to prod, you have to do the following:

git merge dev
amplify push
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Hisham Syed