From a0293d417657ac3339b367b8f4e78fe15f47562c Mon Sep 17 00:00:00 2001 From: lulzette Date: Thu, 27 Jun 2024 11:03:04 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.drone.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/.drone.yml b/.drone.yml index 953ced6..8f4e094 100644 --- a/.drone.yml +++ b/.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: 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 -# settings: -# api_key: xxxxxxxx -# base_url: https://your.gitea.tld -# files: dist/* +- 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