4
0

pipeline fix
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-12-06 13:02:24 +01:00
parent c8c900dbd8
commit e58938c9d5

View File

@@ -1,14 +1,12 @@
steps: steps:
- name: copy_file - name: copy_file
image: appleboy/drone-scp image: alpine
settings: environment:
host: vps.teletype.hu DROPAREA_SSH_PASSWORD:
username: drop
password:
from_secret: droparea_ssh_password from_secret: droparea_ssh_password
port: 2223 commands:
source: ./bombexpert.lua - apk add --no-cache openssh-client
target: /home/drop - scp -P 2223 bombexpert.lua games:$DROPAREA_SSH_PASSWORD@droparea:/home/games/drop/
- name: update_catalog - name: update_catalog
image: alpine image: alpine
environment: environment: