Six months ago I made a nice app using ai-studio. I was smart then - or so I thought - to also setup end to end deployment using Github and Vercel.
It seems to work great, actually. The only thing I forgot to do was document everything of the deployment procedure so that I would forget in like 6 months.. Which is the point I'm at currently.
So let's try to recreate this documentation retro-actively.
--
Github
Alright. I'm seeing Vercel build deployment has passed and also Google cloud build has passed. These two are entries I see on the top of the Github repo. Clicking on the Google cloud build I can follow a link that brings me to the Google cloud env. Here I see the trigger and the commit, source branch, the build steps.
And artifact is built too using Container technologies. This uses google cloud run.
Let's check there.
Google Cloud
Opening up Google cloud run I see multiple projects name, region, type and last updated.
Click on the project shows the details and the history. However there are no Jobs here. Question, is that in Vercel?
Vercel
Let's go to vercel.com
Here I see the deployments. Also the status. Can find the matching commit id from github and see it as deployed in production.
BUT still no clue on how I actually configured it.. Let's check back later in part 2
Reacties