uses the openweathermap api to retrieve data
- deploy weather-app-2-frontend to gitlab, make note of its project_id
- create an access token that allows
READ REPO
access to the frontend - this will be used by Amplify - get an api access token from openweathermap
- deploy backend & setup with CICD variables
FRONTEND_REPO_PROJECT_ID
,AMPLIFY_TOKEN
&WEATHER_API_TOKEN
- run the
update-frontend
CICD job on either repo to have Amplify get the most recent frontend commit on the specified branch & deploy it to the backend - check the Amplify website