Sha256: 1eca1d9c2ae4e0764f363c6107e5890a50541c46e2776564072e9ba914f71b4f
Contents?: true
Size: 356 Bytes
Versions: 2
Compression:
Stored size: 356 Bytes
Contents
#!/bin/zsh # # Download the latest database from stage.elocal.com and # index the new data with Solr. cd /Users/tom/Code/elocal/ bundle exec thor db:import:stage bundle exec rake db:migrate bundle exec thor solr:index_accounts bundle exec thor solr:index_categories bundle exec thor solr:index_profiles bundle exec rake email:nightly_db_pull_notification
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
zsh_dots-0.5.1 | bin/elocal_nightly.sh |
zsh_dots-0.5.0 | bin/elocal_nightly.sh |