File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 steps :
1717 - name : start frontend application in dev mode
1818 command : " cd frontend && NODE_ENV=development DEBUG=true npm run dev"
19- plan : 4
19+ plan : 8
2020 replicas : 1
2121 isPublic : true
2222 network :
2626 steps :
2727 - name : deploy api endpoints
2828 command : cd backend && NODE_ENV=development npm start
29- plan : 4
29+ plan : 8
3030 replicas : 1
3131 isPublic : true
3232 network :
Original file line number Diff line number Diff line change 2020 steps :
2121 - name : start frontend application
2222 command : " cd frontend && NODE_ENV=production npm start"
23- plan : 16
23+ plan : 8
2424 replicas : 2
2525 isPublic : true
2626 network :
3030 steps :
3131 - name : deploy api endpoints
3232 command : cd backend && NODE_ENV=production npm start
33- plan : 16
33+ plan : 8
3434 replicas : 2
3535 isPublic : true
3636 network :
You can’t perform that action at this time.
0 commit comments