Push this firmware to the web flasher as well

This commit is contained in:
Djuri Baars 2023-11-08 16:00:16 +01:00
parent 638557140e
commit 902b35d11e

View File

@ -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
- 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