New setup domain - staging.exchange.izyim.com

This commit is contained in:
Dillon Ngo
2023-11-22 15:33:37 +08:00
parent cdfcb400a3
commit ef8a8e1a83
+15
View File
@@ -26,3 +26,18 @@ environments:
# - 'php artisan view:cache'
deploy:
- 'php artisan migrate --force'
staging:
domain: staging.exchange.izyim.com
memory: 1024
cli-memory: 512
database: vapor-laravel-poc-db
storage: exchange-2.0-staging
runtime: 'docker'
timeout: 180
build:
- 'composer update'
- 'npm install'
- 'npm run dev'
- 'gulp build'
deploy:
- 'php artisan migrate --force'