12 lines
355 B
Markdown
12 lines
355 B
Markdown
Get started by customizing your environment (defined in the .idx/dev.nix file) with the tools and IDE extensions you'll need for your project!
|
|
|
|
Learn more at https://developers.google.com/idx/guides/customize-idx-env
|
|
|
|
# Gcloud Cloud Run Deploys
|
|
|
|
```
|
|
gcloud auth login
|
|
gcloud config set project myanthosproject2
|
|
gcloud run deploy myperlmcp --source ./
|
|
```
|