Migrate database
This commit is contained in:
parent
2be6144cf0
commit
54bdc5bd02
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue