The AWS Amplify Console will rebuild and redeploy the app when it detects changes to the connected repository. Make a change to the main page to test out this process.
✅ Step-by-step directions
From your Cloud9 environment open the index.html
file in the /wild-rydes/public/
directory of the repository.
Modify the title line:
<title>wildrydes</title>
So that it says:
<title>Wild Rydes - Rydes of the Future!</title>
Save the file
Commit again to your git repository the changes:
git add .
git commit -m "updated title"
git push
Amplify Console will begin to build the site again soon after it notices the update to the repository. This happens pretty quickly! Head back to the Amplify Console to watch the process.
Once completed, re-open the Wild Rydes site and notice the title change.
Privacy | Site Terms | Cookie Preferences | © Copyright 2020 Amazon.com, Inc. or its affiliates. All rights reserved.