mirror of
https://github.com/jellyfin/jellyfin-meta-plugins.git
synced 2024-11-23 06:09:47 +00:00
fix deploy secrets
This commit is contained in:
parent
7914a78e23
commit
a54d671a93
12
.github/workflows/publish.yaml
vendored
12
.github/workflows/publish.yaml
vendored
@ -73,9 +73,9 @@ jobs:
|
||||
switches: -vrptz
|
||||
path: ./*.zip
|
||||
remote_path: /srv/repository/incoming/plugin/{{ github.repository }}/${{ inputs.version }}
|
||||
remote_host: ${{ secrets.DEPLOY_HOST }}
|
||||
remote_user: ${{ secrets.DEPLOY_USER }}
|
||||
remote_key: ${{ secrets.DEPLOY_KEY }}
|
||||
remote_host: ${{ secrets.deploy-host }}
|
||||
remote_user: ${{ secrets.deploy-user }}
|
||||
remote_key: ${{ secrets.deploy-key }}
|
||||
|
||||
publish:
|
||||
needs:
|
||||
@ -88,9 +88,9 @@ jobs:
|
||||
- name: Update Plugin Manifest
|
||||
uses: appleboy/ssh-action@v0.1.4
|
||||
with:
|
||||
host: ${{ secrets.DEPLOY_HOST }}
|
||||
username: ${{ secrets.DEPLOY_USER }}
|
||||
key: ${{ secrets.DEPLOY_KEY }}
|
||||
host: ${{ secrets.deploy-host }}
|
||||
username: ${{ secrets.deploy-user }}
|
||||
key: ${{ secrets.deploy-key }}
|
||||
script_stop: true
|
||||
envs: JELLYFIN_REPO,JELLYFIN_REPO_URL
|
||||
script: |-
|
||||
|
Loading…
Reference in New Issue
Block a user