You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which Category is your question related to? Amplify
Amplify CLI Version 7.6.22
I've connected Amplify with my git repo and am having it build on new commits. Is this path mutually exclusive with using amplify push? I've had some bugs switching back and forth between these methods.
The text was updated successfully, but these errors were encountered:
Another aspect to this question: in the non-git build flow, when I run amplify push, it creates artifacts which I then commit. In the new flow, those artifacts do not get created because I'm just modifying the schema and pushing.
I've connected Amplify with my git repo and am having it build on new commits. Is this path mutually exclusive with using amplify push? I've had some bugs switching back and forth between these methods.
👋 this is relatively similar, where you must amplify pull to pull the latest backend state from your app's deployment bucket.
Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Which Category is your question related to? Amplify
Amplify CLI Version 7.6.22
I've connected Amplify with my git repo and am having it build on new commits. Is this path mutually exclusive with using
amplify push
? I've had some bugs switching back and forth between these methods.The text was updated successfully, but these errors were encountered: