From f564bb4616695071b6f08de278abca400b7e334e Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Sun, 7 Dec 2025 01:21:36 +0100 Subject: [PATCH] pipeline fix --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 44a77f2..ca98962 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -9,7 +9,7 @@ steps: <<: *environment XDG_RUNTIME_DIR: /tmp commands: - - tic80 --cli --skip --fs=. --cmd="load $GAME_NAME.$GAME_LANG & save $GAME_NAME & export html bombexpert_html & exit" + - tic80 --cli --skip --fs=. --cmd="load $GAME_NAME.$GAME_LANG & save $GAME_NAME & export html $GAME_NAME.html & exit" - name: artifact image: alpine @@ -24,7 +24,7 @@ steps: commands: - apk add --no-cache openssh-client sshpass - 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 - name: update image: alpine