|
|
|
|
@ -7,11 +7,11 @@ services:
@@ -7,11 +7,11 @@ services:
|
|
|
|
|
source_dir: backend |
|
|
|
|
github: |
|
|
|
|
repo: codegirl-007/kiddos |
|
|
|
|
branch: main |
|
|
|
|
branch: master |
|
|
|
|
deploy_on_push: true |
|
|
|
|
|
|
|
|
|
build_command: npm install && npm run build |
|
|
|
|
run_command: npm run migrate && npm start |
|
|
|
|
run_command: npm start |
|
|
|
|
|
|
|
|
|
environment_slug: node-js |
|
|
|
|
instance_size_slug: basic-xxs |
|
|
|
|
@ -55,8 +55,8 @@ static_sites:
@@ -55,8 +55,8 @@ static_sites:
|
|
|
|
|
- name: frontend |
|
|
|
|
source_dir: frontend |
|
|
|
|
github: |
|
|
|
|
repo: YOUR_GITHUB_USERNAME/kiddos |
|
|
|
|
branch: main |
|
|
|
|
repo: codegirl-007/kiddos |
|
|
|
|
branch: master |
|
|
|
|
deploy_on_push: true |
|
|
|
|
|
|
|
|
|
build_command: npm install && npm run build |
|
|
|
|
|