decentraland / builder-server

Builder app backend
20 stars 17 forks source link

Migrate to the new ci infrastructure #624

Closed LautaroPetaccio closed 1 year ago

LautaroPetaccio commented 1 year ago

🎉 Description

Migrate the builder-server to the new ci infrastructure. This migration will cause downtime, be sure to put the site under maintenance. This migration involves deciding what to do with the current S3, as its implementation is defined in the pullumi files. There are different options achieve this:

  1. Migrate it, by copying the whole S3 into another one.
  2. Leave the S3 definition in ther server's pullumi file and load the keys or authorize the builder-server to use the S3 without the keys.

The later seems more convenient, but both need to be researched.