Planning applications tracker for InLinkUK from BT kiosks. https://kiosks.adrianshort.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

9 lines
137 B

  1. #!/usr/bin/env sh
  2. bundle exec bin/download
  3. bundle exec bin/petrify
  4. cd _site
  5. git commit -am "Update content"
  6. git push origin master
  7. cd -