修改配置文件
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
eadf8f5266
commit
6329778123
|
@ -33,7 +33,8 @@
|
|||
"useSSL": false,
|
||||
"accessKey": "IDFkwEpWej0b4DtiuThL",
|
||||
"secretKey": "Lhuu83yMhVwu7c1SnjvGY6lq74jzpYqifK6Qtj4h",
|
||||
"bucketName": "test"
|
||||
"bucketName": "test",
|
||||
"viewEndpoint": "http://192.168.3.68:9001/test/"
|
||||
},
|
||||
|
||||
"AWS": {
|
||||
|
@ -41,7 +42,9 @@
|
|||
"useSSL": false,
|
||||
"accessKey": "AKIAZQ3DRSOHFPJJ6FEU",
|
||||
"secretKey": "l+yjtvV7Z4jiwm/7xCYv30UeUj/SvuqqYzAwjJHf",
|
||||
"bucketName": "ei-irc-test-store"
|
||||
"bucketName": "ei-irc-test-store",
|
||||
"viewEndpoint": "https://ei-irc-test-store.s3.amazonaws.com/"
|
||||
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
@ -61,7 +61,6 @@ steps:
|
|||
- name: dockersock
|
||||
path: /var/run/docker.sock
|
||||
|
||||
|
||||
volumes:
|
||||
- name: nuget-packages
|
||||
host:
|
||||
|
|
Loading…
Reference in New Issue