Skip to content

Commit 539a404

Browse files
authored
Sync OBS region (#2)
1 parent 9c81afe commit 539a404

File tree

12 files changed

+213
-146
lines changed

12 files changed

+213
-146
lines changed

.distignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
/.distignore
1010
/sdk/composer.lock
1111
/sdk/vendor/obs/esdk-obs-php/release
12+
/sdk/vendor/obs/esdk-obs-php/examples

.github/workflows/asset-update.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ on:
77
jobs:
88
update:
99
uses: sy-records/.github/.github/workflows/wordpress-plugin-asset-update.yaml@main
10+
with:
11+
skip_assets: false
1012
secrets: inherit

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ jobs:
88
uses: sy-records/.github/.github/workflows/wordpress-plugin-deploy.yaml@main
99
with:
1010
build: true
11+
php: '7.2'
1112
secrets: inherit

.wordpress-org/banner-772x250.png

28.5 KB
Loading
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"landingPage": "/wp-admin/options-general.php?page=obs-huaweicloud%2Fhuaweicloud-obs-wordpress.php",
3+
"preferredVersions": {
4+
"php": "latest",
5+
"wp": "latest"
6+
},
7+
"phpExtensionBundles": [
8+
"kitchen-sink"
9+
],
10+
"steps": [
11+
{
12+
"step": "login",
13+
"username": "admin",
14+
"password": "password"
15+
},
16+
{
17+
"step": "installPlugin",
18+
"pluginZipFile": {
19+
"resource": "wordpress.org/plugins",
20+
"slug": "obs-huaweicloud"
21+
},
22+
"options": {
23+
"activate": true
24+
}
25+
}
26+
]
27+
}

.wordpress-org/icon-128x128.png

5.7 KB
Loading

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ GitHub 下载节点:[https://github.com/sy-records/huaweicloud-obs-wordpress/r
3737

3838
## 插件截图
3939

40-
![设置页面](screenshot-1.png)
40+
![设置页面](.wordpress-org/screenshot-1.png)
4141

42-
![update-wordpress-posts-photos.png](screenshot-2.png)
42+
![update-wordpress-posts-photos.png](.wordpress-org/screenshot-2.png)

0 commit comments

Comments
 (0)