mirror of
https://github.com/jellyfin/jellyfin-ffmpeg.git
synced 2026-09-03 05:09:58 +03:00
Merge pull request #655 from jellyfin/renovate/ci-deps
This commit is contained in:
@@ -107,7 +107,7 @@ jobs:
|
||||
target: /srv/incoming/ffmpeg/${{ steps.set_version.outputs.no-v }}/${{ inputs.distro }}/${{ matrix.arch }}/${{ matrix.release }}
|
||||
|
||||
- name: Move incoming release into repository
|
||||
uses: appleboy/ssh-action@823bd89e131d8d508129f9443cad5855e9ba96f0 # v1.2.4
|
||||
uses: appleboy/ssh-action@0ff4204d59e8e51228ff73bce53f80d53301dee2 # v1.2.5
|
||||
with:
|
||||
host: ${{ secrets.deploy-host }}
|
||||
username: ${{ secrets.deploy-user }}
|
||||
|
||||
@@ -99,7 +99,7 @@ jobs:
|
||||
target: /srv/incoming/ffmpeg/${{ steps.set_version.outputs.no-v }}/macos/${{ matrix.arch }}
|
||||
|
||||
- name: Move incoming release into repository
|
||||
uses: appleboy/ssh-action@823bd89e131d8d508129f9443cad5855e9ba96f0 # v1.2.4
|
||||
uses: appleboy/ssh-action@0ff4204d59e8e51228ff73bce53f80d53301dee2 # v1.2.5
|
||||
with:
|
||||
host: ${{ secrets.deploy-host }}
|
||||
username: ${{ secrets.deploy-user }}
|
||||
|
||||
@@ -113,7 +113,7 @@ jobs:
|
||||
target: /srv/incoming/ffmpeg/${{ steps.set_version.outputs.no-v }}/${{ inputs.os }}/${{ matrix.arch }}
|
||||
|
||||
- name: Move incoming release into repository
|
||||
uses: appleboy/ssh-action@823bd89e131d8d508129f9443cad5855e9ba96f0 # v1.2.4
|
||||
uses: appleboy/ssh-action@0ff4204d59e8e51228ff73bce53f80d53301dee2 # v1.2.5
|
||||
with:
|
||||
host: ${{ secrets.deploy-host }}
|
||||
username: ${{ secrets.deploy-user }}
|
||||
|
||||
@@ -121,7 +121,7 @@ jobs:
|
||||
target: /srv/incoming/ffmpeg/${{ steps.set_version.outputs.no-v }}/windows/${{ matrix.arch }}
|
||||
|
||||
- name: Move incoming release into repository
|
||||
uses: appleboy/ssh-action@823bd89e131d8d508129f9443cad5855e9ba96f0 # v1.2.4
|
||||
uses: appleboy/ssh-action@0ff4204d59e8e51228ff73bce53f80d53301dee2 # v1.2.5
|
||||
with:
|
||||
host: ${{ secrets.deploy-host }}
|
||||
username: ${{ secrets.deploy-user }}
|
||||
|
||||
@@ -90,7 +90,7 @@ jobs:
|
||||
]
|
||||
steps:
|
||||
- name: Import packages into reprepro
|
||||
uses: appleboy/ssh-action@823bd89e131d8d508129f9443cad5855e9ba96f0 # v1.2.4
|
||||
uses: appleboy/ssh-action@0ff4204d59e8e51228ff73bce53f80d53301dee2 # v1.2.5
|
||||
with:
|
||||
host: ${{ secrets.REPO_HOST }}
|
||||
username: ${{ secrets.REPO_USER }}
|
||||
|
||||
Reference in New Issue
Block a user