mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-09-27 21:56:38 +08:00
Amend cloud run
This commit is contained in:
parent
3aa76e77ff
commit
df7be9b86a
5
.github/workflows/deploy-cloud-run.yml
vendored
5
.github/workflows/deploy-cloud-run.yml
vendored
@ -61,8 +61,9 @@ jobs:
|
||||
|
||||
echo "Found $service_count services to process."
|
||||
|
||||
# Loop through services defined in SERVICE_CONFIG variable
|
||||
echo "${{ env.SERVICE_CONFIG }}" | yq -c '.services[]' | while IFS= read -r service_json; do
|
||||
# Loop through services defined in SERVICE_CONFIG variable, outputting each as compact JSON
|
||||
echo "${{ env.SERVICE_CONFIG }}" | yq -o=json --compact-output '.services[]' | while IFS= read -r service_json; do
|
||||
# Parse the JSON object for this service
|
||||
service_name=$(echo "$service_json" | yq -r '.name')
|
||||
secret_env_var_name=$(echo "$service_json" | yq -r '.secret_name')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user