GAE php app Push-to-Deploy failed

2019-07-24 16:39发布

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.

1条回答
劫难
2楼-- · 2019-07-24 17:10

Change this line in your app.yaml file:

threadsafe = true

To:

threadsafe: true
查看更多
登录 后发表回答