ci(deploy): enable containerized production release
This commit is contained in:
@@ -1,5 +1,16 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
unset_git_hook_env() {
|
||||
local var
|
||||
while IFS= read -r var; do
|
||||
[ -n "$var" ] && unset "$var"
|
||||
done < <(git rev-parse --local-env-vars 2>/dev/null || true)
|
||||
}
|
||||
|
||||
unset_git_hook_env
|
||||
|
||||
# Main 分支 worktree 路径
|
||||
WORKTREE_PATH="/Users/chase/Documents/frontend/cozsweet-frontend-nextjs.worktrees/cozsweet-nextjs-main"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user