Skip to content

Commit

Permalink
docs: use Artifact Registry
Browse files Browse the repository at this point in the history
Change-Id: I04750f8fc826875879026a221321ab84bbb2830f
  • Loading branch information
JoeWang1127 committed Aug 19, 2024
1 parent 1b2f6a1 commit 6a0e302
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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

0 comments on commit 6a0e302

Please sign in to comment.