X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.github%2Fworkflows%2Fnightly.yml;h=0bb685ff1d7f1b64a434b6ffe46dc94378a2e43f;hb=aa1bc0849904814c1cfca8e3accdb015eaae1272;hp=156b7143a52b6bfbd64f6ce07249081e296f2616;hpb=51e9e152f7df003c65c16f822669a0674efcaf03;p=github%2FChocobozzz%2FPeerTube.git diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 156b7143a..0bb685ff1 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -1,9 +1,6 @@ name: Nightly on: - push: - branches: - - 'next' schedule: - cron: '0 3 * * *' @@ -15,9 +12,9 @@ jobs: steps: - name: Checkout develop - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: - ref: next + ref: develop - uses: './.github/actions/reusable-prepare-peertube-build' with: @@ -29,7 +26,7 @@ jobs: - uses: './.github/actions/reusable-deploy' with: source: ./peertube-nightly-* - destination: nightly-test + destination: nightly knownHosts: ${{ secrets.STATS_DEPLOYEMENT_KNOWN_HOSTS }} deployKey: ${{ secrets.STATS_DEPLOYEMENT_KEY }} deployUser: ${{ secrets.STATS_DEPLOYEMENT_USER }}