소스 검색

Add deploy script

main
Adrian Short 5 년 전
부모
커밋
d9666f99bb
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. +8
    -0
      bin/deploy

+ 8
- 0
bin/deploy 파일 보기

@@ -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 -

불러오는 중...
취소
저장