Update .drone.yml
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2025-06-16 03:39:49 +00:00
parent 5ed5309265
commit 67df07da33

View File

@@ -74,7 +74,7 @@ steps:
- name: artifacts - name: artifacts
path: /artifacts path: /artifacts
- name: upload-to-gitea - name: upload-to-gitea
image: alpine/curl image: alpine/curl
commands: commands:
- apk add curl jq - apk add curl jq
@@ -135,10 +135,7 @@ steps:
from_secret: gitea-token from_secret: gitea-token
GITEA_SERVER: GITEA_SERVER:
from_secret: gitea-server from_secret: gitea-server
DRONE_REPO:
from_secret: drone-repo
DRONE_TAG:
from_secret: drone-tag
volumes: volumes:
- name: artifacts - name: artifacts
path: /artifacts path: /artifacts