Skip to content

Deployment

Observed Artifacts - Dockerfiles: Dockerfile-app, Dockerfile-generic, and PHP 8.3 variants. - Docker compose: docker-compose.yml. - CI pipeline: bitbucket-pipelines.yml.

Typical Deployment Considerations - Ensure WEBSITE_CODE and domain mappings are set for the target environment. - Configure S3 credentials for media storage. - Run php artisan migrate and php artisan config:cache in deployment pipelines.

Inferred - The exact deployment strategy (containers vs VM) depends on the environment; the repository provides Docker artifacts but does not include a full deploy script.