ubiquity-os / ubiquity-os-kernel

1 stars 13 forks source link

Environments for deployments #116

Closed gentlementlegen closed 2 days ago

gentlementlegen commented 3 days ago

We are currently unable to deploy both a dev and prod version, due to the secrets being invalid (APP_ID would be different between two apps). We should have a development and production environments which would help deploying both.

0x4007 commented 3 days ago
Screenshot 2024-09-25 at 23 15 19

This is a mess we need to make development, production, and (this is a bit beyond the scope of this repo) also we need to change the secrets names for the other miscellaneous apps, like ubiquity-os-continuous-deploys. I believe that is what is being used in the org secrets actually, which we should rethink the naming or something.

gentlementlegen commented 2 days ago

Only required variables are:

For this to deploy properly, you need to override

Since it has to deploy to a different Cloudflare account. That's all.