Skip to content

Commit

Permalink
脚本优化
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeyang committed Oct 18, 2021
1 parent 8d5d05e commit 4be3dbf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
git reset --hard
git pull
swift build
if [ ! -d release ];then
mkdir release
fi
cp -r .build/debug/tlsserver ./release

0 comments on commit 4be3dbf

Please sign in to comment.