chore: temp selfhosted migration + flv module refactors

This commit is contained in:
2025-11-10 21:40:56 +01:00
parent fb40d87736
commit 3a89f07a6f
5 changed files with 33 additions and 37 deletions

View File

@@ -97,23 +97,4 @@ jobs:
platforms: linux/amd64
secrets: |
TURBO_TOKEN=${{ secrets.TURBO_TOKEN }}
TURBO_TEAM=${{ secrets.TURBO_TEAM }}
deploy:
name: Deploy to server
runs-on: ubuntu-latest
needs: [frontend, chat]
steps:
# source https://github.com/taciturnaxolotl/cachet/blob/main/.github/workflows/deploy.yaml
- name: Deploy with Docker
uses: appleboy/ssh-action@v1
with:
host: hackclub.app
username: srizan
key: ${{ secrets.SSH_KEY }}
port: 22
script: |
cd ~/compose/hctv
docker compose pull
docker compose up -d --remove-orphans
# for some reason, without the restart, the rtmp container stops working
docker compose restart
TURBO_TEAM=${{ secrets.TURBO_TEAM }}