File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,5 @@ docker-setup:
8282
8383docker-push :
8484 sudo heroku auth:token | sudo docker login --username=_ registry.heroku.com --password-stdin
85- mkdir -p clear-docker-cache
86- touch " clear-docker-cache/$( shell date) "
8785 sudo heroku container:push web -a climate-news-db --recursive
8886 sudo heroku container:release web -a climate-news-db
Original file line number Diff line number Diff line change 22. /home/ubuntu/.profile
33. /home/ubuntu/.bashrc
44cd /home/ubuntu/climate-news-db && /usr/bin/tmux new -d -s cron-scraper
5- /usr/bin/tmux send-keys -t cron-scraper " /usr/bin/make scrape; sudo shutdown" C-m
5+ docker system prune --all --force
6+ /usr/bin/tmux send-keys -t cron-scraper " /usr/bin/make scrape >> ~/cron-log.txt && sudo shutdown" C-m
You can’t perform that action at this time.
0 commit comments