From 902b35d11e9b0eb68b0079613456211d8bf4e73b Mon Sep 17 00:00:00 2001 From: Djuri Baars Date: Wed, 8 Nov 2023 16:00:16 +0100 Subject: [PATCH] Push this firmware to the web flasher as well --- .github/workflows/workflow.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 3903cab..c07c50c 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -69,16 +69,16 @@ jobs: artifacts: "output/full-firmware.bin,output/full-firmware.sha256,.pio/build/lolin_s3_mini/*.bin" allowUpdates: true removeArtifacts: true - # - name: Pushes full-firmware.bin to web flasher - # id: push_directory - # uses: cpina/github-action-push-to-another-repository@main - # env: - # SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }} - # with: - # source-directory: output/ - # target-directory: firmware_v3/ - # destination-github-username: 'btclock' - # destination-repository-name: 'web-flasher' - # target-branch: btclock - # user-name: ${{github.actor}} - # user-email: ${{github.actor}}@users.noreply.github.com \ No newline at end of file + - name: Pushes full-firmware.bin to web flasher + id: push_directory + uses: cpina/github-action-push-to-another-repository@main + env: + SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }} + with: + source-directory: output/ + target-directory: firmware_v3/ + destination-github-username: 'btclock' + destination-repository-name: 'web-flasher' + target-branch: btclock + user-name: ${{github.actor}} + user-email: ${{github.actor}}@users.noreply.github.com \ No newline at end of file