DEV Community

Discussion on: UPDATED 2023: Auto deploy AppEngine app from Gitlab

Collapse
 
sirhamy profile image
Hamilton Greene

Great guide - thanks!

Looks like a few things have changed since this was written.

  1. You now create keys after you've created the service account. So in that step you go to your Service Accounts list, find the one you just created, hit the hamburger button / more options, and then generate the key from there.

  2. You'll now need to give your account the App Engine x environment Service Agent role, where x is Flexible or Standard. There's a lot of discussion about the best way to give access to this role here (stackoverflow.com/questions/642364...) but that role should do it.