Skip to content
Closed
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: 0 additions & 2 deletions appengine/building-an-app/update/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,5 @@
# limitations under the License.

# [START gae_app_yaml]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. The fixed region tag requires a language suffix for node

See polls.yaml#L25 as an example, and the internal resource naming-a-new-region-tag

  1. Also I'd recommend adding more context, as app is too broad.
    Perhaps gae_update_app_yaml_node

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. You seem to have a conflict with region tag gae_app_yaml. See my review in PR chore(gae): Remove older region tag #4018.

# [START app_yaml]
runtime: nodejs20
# [END app_yaml]
# [END gae_app_yaml]
Loading