Migrate database
This commit is contained in:
parent
2be6144cf0
commit
54bdc5bd02
|
@ -12,7 +12,7 @@ environments:
|
||||||
cli-timeout: 900
|
cli-timeout: 900
|
||||||
runtime: 'php-8.2:al2-arm'
|
runtime: 'php-8.2:al2-arm'
|
||||||
storage: opnforms-prod
|
storage: opnforms-prod
|
||||||
database: JuPersoDb
|
database: OpnForm
|
||||||
domain: api.opnform.com
|
domain: api.opnform.com
|
||||||
build:
|
build:
|
||||||
- 'COMPOSER_MIRROR_PATH_REPOS=1 composer install --no-dev'
|
- 'COMPOSER_MIRROR_PATH_REPOS=1 composer install --no-dev'
|
||||||
|
@ -29,7 +29,7 @@ environments:
|
||||||
cli-timeout: 900
|
cli-timeout: 900
|
||||||
runtime: 'php-8.2:al2-arm'
|
runtime: 'php-8.2:al2-arm'
|
||||||
storage: opnforms-staging
|
storage: opnforms-staging
|
||||||
database: JuPersoDb
|
database: OpnForm
|
||||||
domain: api.stg.opnform.com
|
domain: api.stg.opnform.com
|
||||||
build:
|
build:
|
||||||
- 'COMPOSER_MIRROR_PATH_REPOS=1 composer install --no-dev'
|
- 'COMPOSER_MIRROR_PATH_REPOS=1 composer install --no-dev'
|
||||||
|
|
Loading…
Reference in New Issue