You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`production`|`production-mainnet`|[Validators API Mainnet](https://validators-api-mainnet.pages.dev)| Push to `main` branch |
204
+
|`production`|`production-testnet`|[Validators API Testnet](https://validators-api-testnet.pages.dev)| Push to `main` branch |
205
+
|`preview`|`preview-mainnet`|[Validators API Mainnet Preview](https://validators-api-preview.pages.dev)| Push any commit to any branch |
206
+
|`preview`|`preview-testnet`|[Validators API Testnet Preview](https://validators-api-preview.pages.dev)| Push any commit to any branch |
207
+
208
+
Each Nuxt Hub environment has its own database, so effectively we have 4 different databases and there 4 tasks in the [`sync.yml`](./.github/workflows/sync.yml) workflow that are responsible for syncing the data from the Nimiq network to the database.
209
+
210
+
The push to the **`main` branch is restricted** to anyone, only via PR.
0 commit comments