14 lines
351 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

service: cool-admin ## 应用发布到云平台的名字,一般指应用名
provider:
name: aliyun ## 发布的云平台aliyuntencent 等
runtime: nodejs12
memorySize: 512
deployType: egg ## 部署的应用类型
package:
include:
- public/*
exclude:
- package-lock.json ## 忽略 package-lock.json 文件