Skip to content

Commit 158a6cd

Browse files
authored
Merge pull request #1 from codesphere-cloud/jona/fix-plan-ids
fix(ci): use plan ids that actually exist
2 parents 579349d + 34af781 commit 158a6cd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

ci.dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ run:
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:
@@ -26,7 +26,7 @@ run:
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:

ci.prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ run:
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:
@@ -30,7 +30,7 @@ run:
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:

0 commit comments

Comments
 (0)