Преглед изворни кода

Add deploy script

tags/v2.0.0
Adrian Short пре 6 година
родитељ
комит
ffa98518e6
1 измењених фајлова са 7 додато и 0 уклоњено
  1. +7
    -0
      bin/deploy

+ 7
- 0
bin/deploy Прегледај датотеку

@@ -0,0 +1,7 @@
#!/usr/bin/env sh

bundle exec bin/build
cd _site
git commit -am "Update content"
git push origin master
cd -

Loading…
Откажи
Сачувај