mirror of
				https://github.com/xiaoqidun/phpcp.git
				synced 2025-11-01 00:49:38 +08:00 
			
		
		
		
	This commit is contained in:
		| @@ -2,6 +2,9 @@ kind: pipeline | ||||
| type: docker | ||||
| name: default | ||||
|  | ||||
| node: | ||||
|   region: cn | ||||
|  | ||||
| steps: | ||||
|     - name: build | ||||
|       pull: if-not-exists | ||||
| @@ -10,7 +13,7 @@ steps: | ||||
|         - apk add zip | ||||
|         - zip -r fileadmin.zip * | ||||
|     - name: upload | ||||
|       image: hkccr.ccs.tencentyun.com/xiaoqidun/gocos | ||||
|       image: ccr.ccs.tencentyun.com/xiaoqidun/gocos | ||||
|       settings: | ||||
|         secret_id: | ||||
|           from_secret: cos_secret_id | ||||
| @@ -19,4 +22,4 @@ steps: | ||||
|         bucket_url: | ||||
|           from_secret: cos_bucket_url | ||||
|         source: fileadmin.zip | ||||
|         target: product | ||||
|         target: product | ||||
		Reference in New Issue
	
	Block a user