Closed vic1707 closed 2 months ago
🚨 Reminder: An env related file has been modified.
Please ensure all relevant files are updated accordingly.
If the added env variable is a secret, ask the owners to add it to the deployment environment.
In most cases you need to update src/env.ts
and .env.example
once, and .github/workflows/Deploy.yml
once if the value is a secret or twice if public.
🚨 Reminder: The database seems to have been modified.
Please ensure all relevant files are updated accordingly.
Don't forget to run the dbml.ts
script to generate a new schema and to generate the new DB migrations (one migration per PR please).
🚨 Reminder: An env related file has been modified.
Please ensure all relevant files are updated accordingly.
If the added env variable is a secret, ask the owners to add it to the deployment environment.
In most cases you need to update src/env.ts
and .env.example
once, and .github/workflows/Deploy.yml
once if the value is a secret or twice if public.
🚨 Reminder: The database seems to have been modified.
Please ensure all relevant files are updated accordingly.
Don't forget to run the dbml.ts
script to generate a new schema and to generate the new DB migrations (one migration per PR please).
depends on #11