Migrate database

This commit is contained in:
Julien Nahum 2024-02-11 12:02:02 +01:00
parent 2be6144cf0
commit 54bdc5bd02
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ environments:
cli-timeout: 900
runtime: 'php-8.2:al2-arm'
storage: opnforms-prod
database: JuPersoDb
database: OpnForm
domain: api.opnform.com
build:
- 'COMPOSER_MIRROR_PATH_REPOS=1 composer install --no-dev'
@ -29,7 +29,7 @@ environments:
cli-timeout: 900
runtime: 'php-8.2:al2-arm'
storage: opnforms-staging
database: JuPersoDb
database: OpnForm
domain: api.stg.opnform.com
build:
- 'COMPOSER_MIRROR_PATH_REPOS=1 composer install --no-dev'