We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f40ce4 commit a450848Copy full SHA for a450848
2 files changed
publish.yaml
@@ -2,7 +2,7 @@ Type: Application
2
Name: cdn-backup-origin
3
Provider:
4
- 阿里云
5
-Version: 0.0.7
+Version: 0.0.8
6
Description: 快速部署CDN备份源站项目到函数计算
7
HomePage: https://github.com/devsapp/cdn-backup-origin
8
Tags:
src/s.yaml
@@ -6,7 +6,7 @@ vars:
region: '{{ region }}'
environmentVariables:
ORIGIN: '{{ origin }}'
9
- BACK_ORIGIN: '{{ backupOrigin }}'
+ BACKUP_ORIGIN: '{{ backupOrigin }}'
10
WARMUP_DOMAIN: '{{ warmupDomain }}'
11
service:
12
name: '{{ serviceName }}'
0 commit comments