|
|
@ -9,15 +9,16 @@ platform: |
|
|
|
|
|
|
|
steps: |
|
|
|
- name: build |
|
|
|
image:mcr.microsoft.com/dotnet/sdk:5.0 |
|
|
|
image: mcr.microsoft.com/dotnet/sdk:5.0 |
|
|
|
commands: |
|
|
|
- cd ./build |
|
|
|
- ./build.sh |
|
|
|
- cd ./build |
|
|
|
- ./build.sh |
|
|
|
|
|
|
|
- name: publish |
|
|
|
image: plugins/s3 |
|
|
|
bucket: default |
|
|
|
access_key: O222sbIaMKeGfeX18t8K |
|
|
|
secret_key: 0LEOWfXSDnaLbIYGZfdKUxyi2kYIayx4YvdLTgcR |
|
|
|
source: build/publish/**/* |
|
|
|
target: /jie-suan/bei-qi/publish |
|
|
|
settings: |
|
|
|
bucket: default |
|
|
|
access_key: O222sbIaMKeGfeX18t8K |
|
|
|
secret_key: 0LEOWfXSDnaLbIYGZfdKUxyi2kYIayx4YvdLTgcR |
|
|
|
source: build/publish/**/* |
|
|
|
target: /jie-suan/bei-qi/publish |
|
|
|