Skip to content

Commit a00e240

Browse files
committed
update
1 parent 5f15e76 commit a00e240

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

update.list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web-framework/php/typecho
1+
web-framework/php/wordpress

web-framework/php/wordpress/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Application
22
Name: start-wordpress
33
Provider:
44
- 阿里云
5-
Version: 1.2.0
5+
Version: 1.2.1
66
Description: 快速部署一个 wordpress 框架到阿里云函数计算
77
HomePage: https://github.com/devsapp/start-web-framework
88
Tags:

web-framework/php/wordpress/src/s.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ services:
8383
component: fc
8484
actions:
8585
post-deploy:
86-
- run: s helper invoke
87-
path: ./
86+
- component: fc invoke
8887
props:
8988
region: ${vars.region}
9089
service: ${vars.service}

web-framework/php/wordpress/src/s_en.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ services:
8585
component: fc
8686
actions:
8787
post-deploy:
88-
- run: s helper invoke
89-
path: ./
88+
- component: fc invoke
9089
props:
9190
region: ${vars.region}
9291
service: ${vars.service}

0 commit comments

Comments
 (0)