4
0

pipeline fix

This commit is contained in:
2025-12-06 12:30:28 +01:00
parent c3b26f9dcf
commit aed67091a3

View File

@@ -1,10 +1,18 @@
steps: steps:
- name: copy_file - name: copy_file
image: alpine image: appleboy/drone-scp
volumes: environment:
- /games:/games:rw DROPAREA_SSH_PASSWORD:
commands: from_secret: ssh_key
- cp ./bombexpert.lua /games settings:
host: droparea
username: tasi
key: $DROPAREA_SSH_PASSWORD
port: 2222
target: /home/tasi/drop/
source: bombexpert.lua
when:
- push
- name: update_catalog - name: update_catalog
image: alpine image: alpine
environment: environment: