10 runs-on: ubuntu-latest
14 name: Checkout develop
15 uses: actions/checkout@v2
19 - uses: './.github/actions/reusable-prepare-peertube-build'
26 - uses: './.github/actions/reusable-deploy'
28 source: ./peertube-nightly-*
30 knownHosts: ${{ secrets.STATS_DEPLOYEMENT_KNOWN_HOSTS }}
31 deployKey: ${{ secrets.STATS_DEPLOYEMENT_KEY }}
32 deployUser: ${{ secrets.STATS_DEPLOYEMENT_USER }}
33 deployHost: ${{ secrets.STATS_DEPLOYEMENT_HOST }}