4
0

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

This commit is contained in:
2025-12-06 13:04:44 +01:00
parent e58938c9d5
commit 97e9494fb2

View File

@@ -5,8 +5,9 @@ steps:
DROPAREA_SSH_PASSWORD: DROPAREA_SSH_PASSWORD:
from_secret: droparea_ssh_password from_secret: droparea_ssh_password
commands: commands:
- apk add --no-cache openssh-client - apk add --no-cache openssh-client sshpass
- scp -P 2223 bombexpert.lua games:$DROPAREA_SSH_PASSWORD@droparea:/home/games/drop/ - mkdir -p /root/.ssh
- sshpass -p "$SSH_PASSWORD" scp -P 2223 bombexpert.lua games@droparea:/home/games/drop/
- name: update_catalog - name: update_catalog
image: alpine image: alpine
environment: environment: