Skip to content

Commit

Permalink
chore: 增加一键发布命令
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhicheng WANG committed May 14, 2021
1 parent e0f5c91 commit 00dfbf4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions publish.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env sh

set -x
set -e

git checkout master
git pull -r preview master
git push -f

0 comments on commit 00dfbf4

Please sign in to comment.