2022-09-20 19:59:52 +00:00
|
|
|
id: 34225
|
|
|
|
name: OpnForm
|
|
|
|
ignore:
|
|
|
|
- 'storage/clockwork'
|
|
|
|
- 'storage/logs'
|
|
|
|
environments:
|
|
|
|
production:
|
|
|
|
warm: 5
|
|
|
|
memory: 1024
|
|
|
|
cli-memory: 512
|
|
|
|
cli-timeout: 900
|
|
|
|
runtime: 'php-8.1:al2'
|
|
|
|
storage: 'opnforms-prod'
|
|
|
|
database: 'JuPersoDb'
|
|
|
|
domain: 'opnform.com'
|
|
|
|
build:
|
|
|
|
- 'COMPOSER_MIRROR_PATH_REPOS=1 composer install --no-dev'
|
|
|
|
- 'php artisan event:cache'
|
2023-01-21 11:57:37 +00:00
|
|
|
- 'npm ci && npm run build && rm -rf node_modules'
|
2022-09-20 19:59:52 +00:00
|
|
|
deploy:
|
|
|
|
- 'php artisan migrate --force'
|
|
|
|
firewall:
|
|
|
|
rate-limit: 1000
|
2023-03-27 17:58:05 +00:00
|
|
|
timeout: 30
|