mirror of
https://github.com/xiaoqidun/phpcp.git
synced 2024-11-22 17:06:45 +08:00
chore(自动打包): 更新自动打包文件名
This commit is contained in:
parent
240e6c2862
commit
aa34e8adea
@ -8,7 +8,7 @@ steps:
|
|||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- apk add zip
|
- apk add zip
|
||||||
- zip -r phpcp.zip *
|
- zip -r fileadmin.zip *
|
||||||
- name: upload
|
- name: upload
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
image: plugins/s3
|
image: plugins/s3
|
||||||
@ -19,7 +19,7 @@ steps:
|
|||||||
from_secret: minio_access_key
|
from_secret: minio_access_key
|
||||||
secret_key:
|
secret_key:
|
||||||
from_secret: minio_secret_key
|
from_secret: minio_secret_key
|
||||||
source: phpcp.zip
|
source: fileadmin.zip
|
||||||
target: product
|
target: product
|
||||||
path_style: true
|
path_style: true
|
||||||
endpoint: https://minio.aite.xyz
|
endpoint: https://minio.aite.xyz
|
Loading…
x
Reference in New Issue
Block a user