Skip to content

Commit

Permalink
Update LaunchComputeToCreateArangoCloudRunApi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacramentix authored Jul 14, 2024
1 parent 688c6c8 commit 53811c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/LaunchComputeToCreateArangoCloudRunApi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: google-github-actions/[email protected]
- name: Create a Google Compute Engine instance to do the work
run: |
gcloud compute instances create-with-container generate-${{ github.event.inputs.WIKI_LANG }}wiki-graph-compute \
gcloud compute instances create-with-container generate-${{ github.event.inputs.WIKI_LANG }}wiki-memgraph-compute \
--project=sixdegreesofwikiadventure \
--zone=europe-west1-c \
--machine-type=n1-standard-16 \
Expand All @@ -35,7 +35,7 @@ jobs:
--boot-disk-size=250GB \
--boot-disk-type=pd-ssd \
--boot-disk-device-name=generate-wiki-graph \
--container-image=europe-west9-docker.pkg.dev/sixdegreesofwikiadventure/wiki-graph/generate-wiki-graph:latest \
--container-image=europe-west9-docker.pkg.dev/sixdegreesofwikiadventure/wiki-graph/generate-wiki-memgraph:latest \
--container-restart-policy=never \
--container-privileged \
--container-mount-host-path=host-path=/var/run/docker.sock,mode=rw,mount-path=/var/run/docker.sock \
Expand Down

0 comments on commit 53811c3

Please sign in to comment.