mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-23 16:32:15 +00:00
Maybe this works to purge deps postbuild
This commit is contained in:
2
Procfile
2
Procfile
@@ -1,2 +1,2 @@
|
|||||||
release: rm -rf node_modules/ pipeline/ && python manage.py migrate
|
release: python manage.py migrate
|
||||||
web: gunicorn PyRIGS.wsgi --log-file -
|
web: gunicorn PyRIGS.wsgi --log-file -
|
||||||
|
|||||||
1
app.json
1
app.json
@@ -3,6 +3,7 @@
|
|||||||
"description": "",
|
"description": "",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postdeploy": "python manage.py migrate && python manage.py generateSampleData",
|
"postdeploy": "python manage.py migrate && python manage.py generateSampleData",
|
||||||
|
"heroku-cleanup": "rm -rf node_modules pipeline"
|
||||||
},
|
},
|
||||||
"stack": "heroku-20",
|
"stack": "heroku-20",
|
||||||
"env": {
|
"env": {
|
||||||
|
|||||||
Reference in New Issue
Block a user