简体   繁体   中英

GAE php app Push-to-Deploy failed

I'm trying to deploy to GAE with the new Push-to-Deploy feature using git. The deployment failed with this error:

Deployment failed, details: { Failed to load application, while scanning a simple key; could not found expected ':', none}

my app.yaml file:

application: appname
version: 1
runtime: php
api_version: 1
threadsafe = true

I couldn't find what the simple key means.

Change this line in your app.yaml file:

threadsafe = true

To:

threadsafe: true

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM