ci: run
This commit is contained in:
parent
711a0714a4
commit
ee5075f47f
1 changed files with 0 additions and 9 deletions
|
@ -24,12 +24,3 @@ jobs:
|
|||
args: release --clean
|
||||
env:
|
||||
GORELEASER_FORCE_TOKEN: "gitea"
|
||||
- name: Upload to s3
|
||||
uses: shallwefootball/s3-upload-action@master
|
||||
with:
|
||||
aws_key_id: ${{ secrets.AWS_KEY_ID }}
|
||||
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY}}
|
||||
aws_bucket: 'kekscloud-releases'
|
||||
source_dir: 'dist'
|
||||
destination_dir: 'http-server-status/'
|
||||
endpoint: 's3.eu-central-003.backblazeb2.com'
|
Loading…
Reference in a new issue