Skip to content

Commit

Permalink
deploy wip
Browse files Browse the repository at this point in the history
  • Loading branch information
baumann-t committed May 6, 2024
1 parent 3daeaa4 commit 6160d84
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions examples/deploy_cloud_run/deploy_vm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,3 @@ gcloud compute ssh $VM_NAME --zone=$ZONE --command="
" --project=$PROJECT_ID

EXTERNAL_IP=$(gcloud compute instances describe $VM_NAME \
--format='get(networkInterfaces[0].accessConfigs[0].natIP)' \
--zone=$ZONE \
--project=$PROJECT_ID)

echo "Dagster is now running on the VM. Access Dagit at http://${EXTERNAL_IP}:3000"

0 comments on commit 6160d84

Please sign in to comment.