Skip to content

Commit

Permalink
drone: stop uploading via scp
Browse files Browse the repository at this point in the history
  • Loading branch information
bkleiner committed Nov 7, 2021
1 parent f78fd1b commit 8b0f148
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,30 +18,12 @@ steps:
- /run-env.sh linux make linux
- /run-env.sh windows make windows
- /run-env.sh darwin make darwin
- name: publish-hanfer
image: appleboy/drone-scp
settings:
host: hanfer.org
user: drone
password:
from_secret: ssh_password
source: quic-config*.zip
target: /mnt/hanfer/public
when:
event:
- tag
- name: publish-github
image: plugins/github-release
settings:
api_key:
from_secret: github_token
files: quic-config*.zip
note: |-
Download Links
https://bkleiner.codes/public/quic-config-windows-amd64.zip
https://bkleiner.codes/public/quic-config-linux-amd64.zip
https://bkleiner.codes/public/quic-config-darwin-amd64.zip
overwrite: true
when:
event:
- tag

0 comments on commit 8b0f148

Please sign in to comment.