mirror of https://github.com/snachodog/mybuddy.git
Misc updates (#569)
* Remove Render artifact * Remove gulp-cli from local dependencies * Update LICENSE years * Update node dependencies
This commit is contained in:
parent
237d56a12e
commit
81fd1fabda
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
||||||
BSD 2-Clause License
|
BSD 2-Clause License
|
||||||
|
|
||||||
Copyright (c) 2017 - 2020, Baby Buddy's Contributors
|
Copyright (c) 2017 - 2022, Baby Buddy's Contributors
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
13
package.json
13
package.json
|
@ -24,20 +24,17 @@
|
||||||
"gulp-uglify": "^3.0.2",
|
"gulp-uglify": "^3.0.2",
|
||||||
"jquery": "^3.6.1",
|
"jquery": "^3.6.1",
|
||||||
"moment": "^2.29.4",
|
"moment": "^2.29.4",
|
||||||
"moment-timezone": "^0.5.37",
|
"moment-timezone": "^0.5.38",
|
||||||
"npm-force-resolutions": "^0.0.10",
|
"npm-force-resolutions": "^0.0.10",
|
||||||
"plotly.js": "^2.15.1",
|
"plotly.js": "^2.16.1",
|
||||||
"popper.js": "^1.16.1",
|
"popper.js": "^1.16.1",
|
||||||
"pulltorefreshjs": "^0.1.22",
|
"pulltorefreshjs": "^0.1.22",
|
||||||
"sass": "^1.55.0",
|
"sass": "^1.56.0",
|
||||||
"stylelint": "^14.13.0",
|
"stylelint": "^14.14.1",
|
||||||
"stylelint-config-recommended-scss": "^7.0.0",
|
"stylelint-config-recommended-scss": "^8.0.0",
|
||||||
"stylelint-order": "^5.0.0",
|
"stylelint-order": "^5.0.0",
|
||||||
"stylelint-scss": "^4.3.0",
|
"stylelint-scss": "^4.3.0",
|
||||||
"tempusdominus-bootstrap-4": "5.39.2",
|
"tempusdominus-bootstrap-4": "5.39.2",
|
||||||
"tempusdominus-core": "5.19.3"
|
"tempusdominus-core": "5.19.3"
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"gulp-cli": "^2.3.0"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
24
render.yaml
24
render.yaml
|
@ -1,24 +0,0 @@
|
||||||
databases:
|
|
||||||
- name: babybuddy
|
|
||||||
plan: free
|
|
||||||
|
|
||||||
services:
|
|
||||||
- type: web
|
|
||||||
name: babybuddy
|
|
||||||
plan: free
|
|
||||||
env: python
|
|
||||||
buildCommand: "python -m pip install --upgrade pip && pip install -r requirements.txt"
|
|
||||||
startCommand: "bash Procfile.sh"
|
|
||||||
envVars:
|
|
||||||
- key: DATABASE_URL
|
|
||||||
fromDatabase:
|
|
||||||
name: babybuddy
|
|
||||||
property: connectionString
|
|
||||||
- key: DJANGO_SETTINGS_MODULE
|
|
||||||
value: babybuddy.settings.render
|
|
||||||
- key: PYTHON_VERSION
|
|
||||||
value: 3.10.4
|
|
||||||
- key: SECRET_KEY
|
|
||||||
generateValue: true
|
|
||||||
- key: WEB_CONCURRENCY
|
|
||||||
value: 4
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue