mirror of
https://github.com/btclock/btclock_v3.git
synced 2024-11-19 04:40:09 +01:00
Push this firmware to the web flasher as well
This commit is contained in:
parent
638557140e
commit
902b35d11e
26
.github/workflows/workflow.yml
vendored
26
.github/workflows/workflow.yml
vendored
@ -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
|
Loading…
Reference in New Issue
Block a user