Create render.yaml #1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Exported from Render on 2025-07-02T17:34:10Z | |
services: | |
- type: web | |
name: mixpost | |
runtime: node | |
repo: https://github.com/mhamidawad/mixpost | |
plan: free | |
region: oregon | |
buildCommand: composer install --optimize-autoloader --no-dev php artisan config:cache | |
php artisan route:cache php artisan migrate --force | |
startCommand: php artisan serve --host=0.0.0.0 --port=$PORT | |
autoDeployTrigger: commit | |
version: "1" |