X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.github%2Fworkflows%2Fnightly.yml;h=23898b7ef764b559121f19adc302cb4aba2ecf07;hb=85302118227bad232afdebb84a5c245f862366bd;hp=156b7143a52b6bfbd64f6ce07249081e296f2616;hpb=51e9e152f7df003c65c16f822669a0674efcaf03;p=github%2FChocobozzz%2FPeerTube.git diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 156b7143a..23898b7ef 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 * * *' @@ -17,7 +14,7 @@ jobs: name: Checkout develop uses: actions/checkout@v2 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 }}