Обновить .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
lulzette 2024-06-27 11:03:04 +03:00
parent c3b9b71e2d
commit a0293d4176

View File

@ -17,25 +17,26 @@ steps:
- pacman -Syu --noconfirm - pacman -Syu --noconfirm
- bash archiso_make.sh - bash archiso_make.sh
- name: scp files # - name: scp files
image: appleboy/drone-scp # image: appleboy/drone-scp
settings: # settings:
host: # host:
from_secret: scp_host # from_secret: scp_host
username: # username:
from_secret: scp_user # from_secret: scp_user
password: # password:
from_secret: scp_pass # from_secret: scp_pass
port: 22 # port: 22
source: /drone/src/archiso_out/archlinux-*-x86_64.iso # source: /drone/src/archiso_out/archlinux-*-x86_64.iso
target: /var/www/mirror # target: /var/www/mirror
#- name: gitea_release - name: gitea_release
# image: plugins/gitea-release image: plugins/gitea-release
# settings: settings:
# api_key: xxxxxxxx api_key:
# base_url: https://your.gitea.tld from_secret: gitea_secret
# files: dist/* base_url: https://git.lulzette.ru
files: /drone/src/archiso_out/archlinux-*-x86_64.iso
# when: # when:
# event: tag # event: tag