Skip to content

Commit

Permalink
更新: 新增安装脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuchunshu committed Jun 12, 2021
1 parent 6394cd0 commit de0b45b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bootstrap/update.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
git reset --hard
git pull
composer install
php artisan migrate --force
rm -rf ./public
git clone https://gitee.com/zhuchunshu/CodeFec-Public.git public
echo "更新完成"

0 comments on commit de0b45b

Please sign in to comment.