mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-06 09:58:23 +02:00
compile_zero-export.yml
This commit is contained in:
parent
663cb33f4b
commit
f0facef0e7
1 changed files with 9 additions and 9 deletions
18
.github/workflows/compile_zero-export.yml
vendored
18
.github/workflows/compile_zero-export.yml
vendored
|
@ -202,15 +202,15 @@ jobs:
|
|||
with:
|
||||
name: zero-*
|
||||
|
||||
- name: Deploy
|
||||
uses: nogsantos/scp-deploy@master
|
||||
with:
|
||||
src: ${{ steps.version_name.outputs.name }}/
|
||||
host: ${{ secrets.FW_SSH_HOST }}
|
||||
remote: ${{ secrets.FW_SSH_DIR }}/zero
|
||||
port: ${{ secrets.FW_SSH_PORT }}
|
||||
user: ${{ secrets.FW_SSH_USER }}
|
||||
key: ${{ secrets.FW_SSH_KEY }}
|
||||
#- name: Deploy
|
||||
# uses: nogsantos/scp-deploy@master
|
||||
# with:
|
||||
# src: ${{ steps.version_name.outputs.name }}/
|
||||
# host: ${{ secrets.FW_SSH_HOST }}
|
||||
# remote: ${{ secrets.FW_SSH_DIR }}/zero
|
||||
# port: ${{ secrets.FW_SSH_PORT }}
|
||||
# user: ${{ secrets.FW_SSH_USER }}
|
||||
# key: ${{ secrets.FW_SSH_KEY }}
|
||||
|
||||
- name: Clean elf files (7z compressed) for Artifact
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue