-
-
Save binarygit/b2f7e75a9d05cf53c337879cf684bdc7 to your computer and use it in GitHub Desktop.
scrape-and-push
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
cd ~/Documents/job_scraper | |
ruby main.rb | |
cd ~/Documents/jobs | |
git ci -am "Deployed on $(date)" | |
git push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment