We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4823cc commit 0e0fcf7Copy full SHA for 0e0fcf7
2 files changed
publish.yaml
@@ -2,7 +2,7 @@ Type: Application
2
Name: cdn-backup-origin
3
Provider:
4
- 阿里云
5
-Version: 0.1.1
+Version: 0.1.2
6
Description: 快速部署CDN备份源站项目到函数计算
7
HomePage: https://github.com/devsapp/cdn-backup-origin
8
Tags:
src/s.yaml
@@ -38,4 +38,4 @@ services:
38
config:
39
payload: ''
40
cronExpression: '{{ cronExpression }}'
41
- enable: '{{ enable }}'
+ enable: {{ enable }}
0 commit comments