Skip to content

Commit 2447050

Browse files
committed
fxx
1 parent c53a9f0 commit 2447050

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

cloudbuild.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,11 @@ steps:
107107
--subnet $_SUBNET \
108108
--no-address \
109109
--boot-disk-size $_DISK_SIZE \
110-
--container-env AGENTS_BUCKET_NAME=${bucket_name},CHARACTER_FILE=${_CHARACTER_FILE} \
110+
--container-env AGENTS_BUCKET_NAME=${bucket_name},\
111+
CHARACTER_FILE=${_CHARACTER_FILE},\
112+
SMALL_GOOGLE_MODEL=$(gcloud secrets versions access latest --secret="small-google-model"),\
113+
MEDIUM_GOOGLE_MODEL=$(gcloud secrets versions access latest --secret="medium-google-model"),\
114+
GOOGLE_GENERATIVE_AI_API_KEY=$(gcloud secrets versions access latest --secret="google-generative-ai-key")
111115
--metadata-from-file startup-script=startup.sh || { echo "Instance creation failed"; exit 1; }
112116
echo "Instance creation completed"
113117
fi

0 commit comments

Comments
 (0)