This website works better with JavaScript.
Home
Explore
Help
Sign In
adrian
/
kiosks
Watch
1
Star
0
Fork
0
Code
Issues
4
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add deploy script
main
Adrian Short
6 years ago
parent
e60bd2f163
commit
d9666f99bb
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
bin/deploy
+ 8
- 0
bin/deploy
View File
@@ -0,0 +1,8 @@
#!/usr/bin/env sh
bundle exec bin/download
bundle exec bin/petrify
cd _site
git commit -am "Update content"
git push origin master
cd -
Write
Preview
Loading…
Cancel
Save