Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -109,7 +109,14 @@ run_deploy() {
|
|||||||
backup_runtime_files
|
backup_runtime_files
|
||||||
git fetch origin
|
git fetch origin
|
||||||
git reset --hard origin/master
|
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
|
restore_runtime_files
|
||||||
|
|
||||||
echo "== BUILD UI =="
|
echo "== BUILD UI =="
|
||||||
|
|||||||
Reference in New Issue
Block a user