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:
from_secret: droparea_ssh_password
commands:
- apk add --no-cache openssh-client
- scp -P 2223 bombexpert.lua games:$DROPAREA_SSH_PASSWORD@droparea:/home/games/drop/
- apk add --no-cache openssh-client sshpass
- mkdir -p /root/.ssh
- sshpass -p "$SSH_PASSWORD" scp -P 2223 bombexpert.lua games@droparea:/home/games/drop/
- name: update_catalog
image: alpine
environment: