Sfoglia il codice sorgente

Update deploy-dev.yml

tags/2.0.0-beta.1
Jyong 4 mesi fa
parent
commit
7bd2509ad5
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2
    1
      .github/workflows/deploy-dev.yml

+ 2
- 1
.github/workflows/deploy-dev.yml Vedi File

@@ -12,7 +12,8 @@ jobs:
deploy:
runs-on: ubuntu-latest
if: |
github.event.workflow_run.conclusion == 'success'
github.event.workflow_run.conclusion == 'success' &&
github.event.workflow_run.head_branch == 'deploy/rag-dev'
steps:
- name: Deploy to server
uses: appleboy/ssh-action@v0.1.8

Loading…
Annulla
Salva