Add GitHub Actions deployment workflows and cloud platform configs
This commit is contained in:
12
render.yaml
Normal file
12
render.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
- type: web
|
||||
name: jaryo-file-manager
|
||||
env: node
|
||||
plan: free
|
||||
buildCommand: npm install
|
||||
startCommand: npm start
|
||||
envVars:
|
||||
- key: NODE_ENV
|
||||
value: production
|
||||
- key: PORT
|
||||
value: 10000
|
Reference in New Issue
Block a user