okay i'm just gonna use lynnecloud
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
09cfc5bfec
commit
5acb7a2510
1 changed files with 5 additions and 12 deletions
17
.drone.yml
17
.drone.yml
|
@ -16,15 +16,8 @@ steps:
|
|||
- dotnet publish -p:PublishProfile=Windows
|
||||
- tar czf windows.tar.gz out/release/windows
|
||||
|
||||
- name: s3-upload
|
||||
image: plugins/s3
|
||||
settings:
|
||||
bucket: bune-city
|
||||
source: "*.tar.gz"
|
||||
target: /build/Snootalogue/
|
||||
access_key:
|
||||
from_secret: wasabi_access_key
|
||||
secret_key:
|
||||
from_secret: wasabi_secret_key
|
||||
endpoint: https://s3.us-east-1.wasabisys.com
|
||||
strip-prefix: /out/release/
|
||||
- name: lynnecloud-upload
|
||||
image: vividboarder/drone-webdav
|
||||
file: "*.tar.gz"
|
||||
destination: https://cloud.lynnesbian.space/remote.php/dav/files/lynnesbian/Documents/Programs/Snootalogue
|
||||
secrets: [webdav_username, webdav_password]
|
Loading…
Reference in a new issue