From bdb4cc80c3d90fccfe5ed2a0f1a4837882a46b8f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 3 Dec 2021 10:24:33 +0100 Subject: Move CI on develop --- .github/workflows/nightly.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to '.github/workflows/nightly.yml') 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 }} -- cgit v1.2.3