Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/gcp-deploy-unified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ jobs:
gcloud builds submit \
--project=${{ env.PROJECT_ID }} \
--config=cloudbuild.yaml \
--region=asia-east1 \
--substitutions="_IMAGE_PATH=$FULL_IMAGE_PATH,_ENV=$_ENV,_MAX_INSTANCES=$_MAX_INSTANCES,_REGION=$REGION,_GIT_SHA=${{ github.sha }}"

# --- 顯示部署 URL -----------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ substitutions:
_GIT_SHA: 'latest' # 預設值,GitHub Action 會覆寫
timeout: '1200s'
options:
machineType: 'E2_HIGHCPU_8' # 免費額度同享
logging: 'CLOUD_LOGGING_ONLY'
steps:
# --- 1) Build multi-arch image ------------------------------------------
Expand Down
99 changes: 0 additions & 99 deletions test-build/cloudbuild-test.yaml

This file was deleted.

Loading