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

This commit is contained in:
2026-01-25 20:04:49 +01:00
parent 928347ee95
commit 6658a09918

View File

@@ -25,7 +25,7 @@ steps:
commands: commands:
- apk add --no-cache openssh-client sshpass - apk add --no-cache openssh-client sshpass
- mkdir -p /root/.ssh - mkdir -p /root/.ssh
- sshpass -p $DROPAREA_SSH_PASSWORD scp -o StrictHostKeyChecking=no -P $DROPAREA_PORT $GAME_NAME.$GAME_LANG $GAME_NAME.tic $GAME_NAME.html.zip $DROPAREA_USER@$DROPAREA_HOST:$DROPAREA_TARGET_PATH - sshpass -p $DROPAREA_SSH_PASSWORD scp -o StrictHostKeyChecking=no -P $DROPAREA_PORT $GAME_NAME.$GAME_LANG $GAME_NAME.tic $GAME_NAME.html.zip $DROPAREA_USER@$DROPAREA_HOST:$DROPAREA_TARGET_PATH/$GAME_NAME/
- name: update - name: update
image: alpine image: alpine
@@ -36,4 +36,4 @@ steps:
from_secret: update_secret_key from_secret: update_secret_key
commands: commands:
- apk add --no-cache curl - apk add --no-cache curl
- curl "$UPDATE_SERVER/update?secret=$UPDATE_SECRET&name=$GAME_NAME&platform=tic80" - curl "$UPDATE_SERVER/update?secret=$UPDATE_SECRET&name=$GAME_NAME&platform=tic80"