Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -109,7 +109,14 @@ run_deploy() {
|
||||
backup_runtime_files
|
||||
git fetch origin
|
||||
git reset --hard origin/master
|
||||
git clean -fdx -e .env -e mail.env -e svc/.env -e svc/mail.env -e svc/bssapp
|
||||
git clean -fdx \
|
||||
-e .env \
|
||||
-e mail.env \
|
||||
-e svc/.env \
|
||||
-e svc/mail.env \
|
||||
-e svc/fonts \
|
||||
-e svc/public \
|
||||
-e svc/bssapp
|
||||
restore_runtime_files
|
||||
|
||||
echo "== BUILD UI =="
|
||||
|
||||
Reference in New Issue
Block a user