Skip to content

Commit

Permalink
Increase disk size
Browse files Browse the repository at this point in the history
  • Loading branch information
IanPhilips committed Nov 4, 2024
1 parent 0d84655 commit bc1bab2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/api/deploy-api.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ gcloud compute instance-templates create-with-container ${TEMPLATE_NAME} \
--image-family "cos-109-lts" \
--container-image ${IMAGE_URL} \
--machine-type ${MACHINE_TYPE} \
--boot-disk-size=100GB \
--container-env NEXT_PUBLIC_FIREBASE_ENV=${NEXT_PUBLIC_FIREBASE_ENV},GOOGLE_CLOUD_PROJECT=${GCLOUD_PROJECT} \
--no-user-output-enabled \
--scopes default,cloud-platform \
Expand Down

0 comments on commit bc1bab2

Please sign in to comment.