This commit is contained in:
parent
c3b9b71e2d
commit
a0293d4176
37
.drone.yml
37
.drone.yml
@ -17,25 +17,26 @@ steps:
|
||||
- pacman -Syu --noconfirm
|
||||
- bash archiso_make.sh
|
||||
|
||||
- name: scp files
|
||||
image: appleboy/drone-scp
|
||||
settings:
|
||||
host:
|
||||
from_secret: scp_host
|
||||
username:
|
||||
from_secret: scp_user
|
||||
password:
|
||||
from_secret: scp_pass
|
||||
port: 22
|
||||
source: /drone/src/archiso_out/archlinux-*-x86_64.iso
|
||||
target: /var/www/mirror
|
||||
|
||||
#- name: gitea_release
|
||||
# image: plugins/gitea-release
|
||||
# - name: scp files
|
||||
# image: appleboy/drone-scp
|
||||
# settings:
|
||||
# api_key: xxxxxxxx
|
||||
# base_url: https://your.gitea.tld
|
||||
# files: dist/*
|
||||
# host:
|
||||
# from_secret: scp_host
|
||||
# username:
|
||||
# from_secret: scp_user
|
||||
# password:
|
||||
# from_secret: scp_pass
|
||||
# port: 22
|
||||
# source: /drone/src/archiso_out/archlinux-*-x86_64.iso
|
||||
# target: /var/www/mirror
|
||||
|
||||
- name: gitea_release
|
||||
image: plugins/gitea-release
|
||||
settings:
|
||||
api_key:
|
||||
from_secret: gitea_secret
|
||||
base_url: https://git.lulzette.ru
|
||||
files: /drone/src/archiso_out/archlinux-*-x86_64.iso
|
||||
# when:
|
||||
# event: tag
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user