GAE から次のエラーが表示されます...
Line 6, column 15: Unable to find property 'static_files' on class: com.google.apphosting.utils.config.AppYaml$Handler
Codenvy から GAE に単純な静的 Web サイトをデプロイする場合。私は何か基本的なことを台無しにしていると確信しています...これは私の現在の機能しないapp.yamlです...
application: myapp
version: 1
runtime: java
handlers:
- url: /
static_files: static/index.html
upload: static/index.html
- url: /
static_dir: static