返回 CodeWhale
tag_deploy.yml.example
根目录 / deploy / tencent-lighthouse / cnb / tag_deploy.yml.example
1 # Example CNB deployment environment.
2 # Copy to .cnb/tag_deploy.yml only after the Lighthouse deploy target is ready.
3
4 environments:
5 - name: lighthouse-hk
6 description: Deploy CodeWhale to Tencent Lighthouse Hong Kong.
7 env:
8 name: lighthouse-hk
9 button:
10 - name: Deploy Lighthouse
11 description: Update /opt/whalebro/codewhale, restart services, and run the Lighthouse doctor.
12 event: web_trigger_lighthouse
13 isDefault: true
14 permissions:
15 roles:
16 - master
17
17 lines Plain Text