]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - .github/workflows/nightly.yml
Update translations
[github/Chocobozzz/PeerTube.git] / .github / workflows / nightly.yml
index 156b7143a52b6bfbd64f6ce07249081e296f2616..0bb685ff1d7f1b64a434b6ffe46dc94378a2e43f 100644 (file)
@@ -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 }}