Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ci.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ run:
steps:
- name: start frontend application in dev mode
command: "cd frontend && NODE_ENV=development DEBUG=true npm run dev"
plan: 4
plan: 8
replicas: 1
isPublic: true
network:
Expand All @@ -26,7 +26,7 @@ run:
steps:
- name: deploy api endpoints
command: cd backend && NODE_ENV=development npm start
plan: 4
plan: 8
replicas: 1
isPublic: true
network:
Expand Down
4 changes: 2 additions & 2 deletions ci.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ run:
steps:
- name: start frontend application
command: "cd frontend && NODE_ENV=production npm start"
plan: 16
plan: 8
replicas: 2
isPublic: true
network:
Expand All @@ -30,7 +30,7 @@ run:
steps:
- name: deploy api endpoints
command: cd backend && NODE_ENV=production npm start
plan: 16
plan: 8
replicas: 2
isPublic: true
network:
Expand Down