Kaynağa Gözat

Gitbook Auto Published

Willin Wang 8 yıl önce
ebeveyn
işleme
04e7e2e58a
1 değiştirilmiş dosya ile 14 ekleme ve 0 silme
  1. 14 0
      cmd

+ 14 - 0
cmd

@@ -0,0 +1,14 @@
+#!/bin/bash
+
+git add .
+git commit -m 'Gitbook Auto Published'
+git push origin master
+
+rm -rf _book
+node_modules/.bin/gitbook build
+cd _book
+git init
+git add .
+git commit -m "Gitbook Auto Deployed"
+git remote add origin git@git.coding.net:willin/leader.js.cool.git
+git push -f origin master:coding-pages