Simplify syncing via a script wheee

main
Dan Buch 8 years ago
parent 9889d8710b
commit 28841035af
No known key found for this signature in database
GPG Key ID: FAEF12936DD3E3EC

@ -17,5 +17,5 @@ A copy of this thing is deployed to Heroku with a Heroku Scheduler addon
configured to run the following once daily:
``` bash
bundle exec ruby cpi_fetcher.rb | bundle exec ruby mini_s3put.rb
bundle exec ./sync
```

@ -0,0 +1,2 @@
#!/usr/bin/env bash
ruby cpi_fetcher.rb | ruby mini_s3put.rb
Loading…
Cancel
Save