Skip to content

Commit

Permalink
Update LaunchComputeGraph.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacramentix authored Jul 31, 2024
1 parent 2ff6cca commit f764ffd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/LaunchComputeGraph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
WIKI_LANG:
description: 'The 2 letter lang code to generate dump for'
required: true
GCP_REGION:
description: 'The GCP region of compute engine to use'
default: 'europe-west1-c'
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -24,7 +27,7 @@ jobs:
run: |
gcloud compute instances create-with-container generate-${{ github.event.inputs.WIKI_LANG }}wiki-memgraph-compute \
--project=sixdegreesofwikiadventure \
--zone=europe-west1-c \
--zone=${{ github.event.inputs.GCP_REGION }}\
--machine-type=n1-standard-16 \
--network-interface=network-tier=PREMIUM,stack-type=IPV4_ONLY,subnet=default \
--maintenance-policy=MIGRATE \
Expand Down

0 comments on commit f764ffd

Please sign in to comment.