Skip to content

Commit

Permalink
Enable logs during prod scraping
Browse files Browse the repository at this point in the history
  • Loading branch information
SimmonsRitchie committed Apr 24, 2024
1 parent 2dd631a commit cd8efe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .deploy.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
pipenv run scrapy list | xargs -I {} pipenv run scrapy crawl {} -s LOG_ENABLED=False &
pipenv run scrapy list | xargs -I {} pipenv run scrapy crawl {} -s LOG_ENABLED=True &

# Output to the screen every 9 minutes to prevent a travis timeout
# https://stackoverflow.com/a/40800348
Expand Down

0 comments on commit cd8efe5

Please sign in to comment.