This repository was archived by the owner on Mar 19, 2026. It is now read-only.
chore(ytdl): fix downloading videos requiring EJS in ytdlp #220
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Deployment | |
| concurrency: production | |
| on: | |
| push: | |
| branches: | |
| - master | |
| paths-ignore: | |
| - "**.md" | |
| pull_request: | |
| branches: | |
| - non-existent | |
| paths-ignore: | |
| - "**.md" | |
| jobs: | |
| rex-deploy: | |
| runs-on: ubuntu-latest | |
| environment: production | |
| steps: | |
| - name: rex-7567-e27 | |
| uses: mbaraa/rex-action@v1.6.4 | |
| with: | |
| server-url: ${{ secrets.REX_SERVER }} | |
| token: ${{ secrets.REX_KEY }} | |
| repo-name: dankmuzikk | |
| commit-sha: ${{ github.sha }} | |
| latest-tag: ${{ github.ref }} | |
| compose-file-name: "docker-compose-prod.yml" |