ci: upload to gitea packages instead of s3 #16

Merged
jixunmoe merged 6 commits from :ci/use-gitea-packages into master 2022-11-27 00:48:20 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit ff06c81735 - Show all commits

View File

@ -17,11 +17,11 @@ steps:
- ./scripts/build-and-package.sh modern
- name: upload artifact
image: busybox:1.34-glibc
image: debian:bullseye-20221114
jixunmoe marked this conversation as resolved Outdated

这里感觉可以直接复用上面的 node:16.18-bullseye,就不用自己再装一遍 curl 和 git

这里感觉可以直接复用上面的 node:16.18-bullseye,就不用自己再装一遍 curl 和 git
environment:
DRONE_GITEA_SERVER: https://git.unlock-music.dev
GITEA_API_KEY:
from_secret: GITEA_API_KEY
commands:
- apt-get update && apt-get install -y curl
- apt-get update && apt-get install -y curl git
- ./scripts/upload-packages.sh