Add Heroku Deployment Support (#159)
* add heroku.yml * Use environment supplied port * Update changedetection.pypull/175/head
parent
1b931fef20
commit
684deaed35
@ -0,0 +1,5 @@
|
||||
build:
|
||||
docker:
|
||||
changedetection: Dockerfile
|
||||
run:
|
||||
changedetection: python ./changedetection.py -d /datastore
|
Loading…
Reference in new issue