Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: use artifact registry #1035

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app-gradle-plugin/USER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ The `deploy` configuration has the following parameters :
| `appEngineDirectory` | Location of configuration files (cron.yaml, dos.yaml, etc) for configuration specific deployments. |
| `bucket` | The Google Cloud Storage bucket used to stage files associated with the deployment. |
| `gcloudMode` | The gcloud preview mode (`alpha`, `beta`, etc) to use during deployments. |
| `imageUrl` | Deploy with a Docker URL from the Google container registry. |
| `imageUrl` | Deploy with a Docker URL from the Google Artifact Registry. |
| `projectId` | The Google Cloud Project target for this deployment. This can also be set to `GCLOUD_CONFIG`.\* |
| `promote` | Promote the deployed version to receive all traffic. |
| `server` | The App Engine server to connect to. Typically, you do not need to change this value. |
Expand Down
2 changes: 1 addition & 1 deletion app-gradle-plugin/USER_GUIDE_v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ The `deploy` configuration has the following parameters :
| `appEngineDirectory` | Location of configuration files (cron.yaml, dos.yaml, etc) for configuration specific deployments. |
| `bucket` | The Google Cloud Storage bucket used to stage files associated with the deployment. |
| `deployables` | The YAML files for the services or configurations you want to deploy. |
| `imageUrl` | Deploy with a Docker URL from the Google container registry. |
| `imageUrl` | Deploy with a Docker URL from the Google Artifact Registry. |
| `project` | The Google Cloud Project target for this deployment. |
| `promote` | Promote the deployed version to receive all traffic. |
| `server` | The App Engine server to connect to. Typically, you do not need to change this value. |
Expand Down
2 changes: 1 addition & 1 deletion app-maven-plugin/USER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ The `deploy` configuration has the following parameters:
| `appEngineDirectory` | Location of configuration files (cron.yaml, dos.yaml, etc) for configuration specific deployments. |
| `bucket` | The Google Cloud Storage bucket used to stage files associated with the deployment. |
| `gcloudMode` | The gcloud preview mode (`alpha`, `beta`, etc) to use during deployments. |
| `imageUrl` | Deploy with a Docker URL from the Google container registry. |
| `imageUrl` | Deploy with a Docker URL from the Google Artifact Registry. |
| `projectId` | The Google Cloud Project target for this deployment. This can also be set to `GCLOUD_CONFIG`.\* |
| `promote` | Promote the deployed version to receive all traffic. |
| `server` | The App Engine server to connect to. Typically, you do not need to change this value. |
Expand Down
2 changes: 1 addition & 1 deletion app-maven-plugin/USER_GUIDE_v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ The `deploy` configuration has the following parameters:
| `appEngineDirectory` | Location of configuration files (cron.yaml, dos.yaml, etc) for configuration specific deployments. |
| `bucket` | The Google Cloud Storage bucket used to stage files associated with the deployment. |
| `deployables` | The YAML files for the services or configurations you want to deploy. |
| `imageUrl` | Deploy with a Docker URL from the Google container registry. |
| `imageUrl` | Deploy with a Docker URL from the Google Artifact Registry. |
| `project` | The Google Cloud Project target for this deployment. |
| `promote` | Promote the deployed version to receive all traffic. |
| `server` | The App Engine server to connect to. Typically, you do not need to change this value. |
Expand Down
Loading