mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-06 19:47:00 +03:00
Build debug
This commit is contained in:
13
.github/workflows/sb-server.yml
vendored
13
.github/workflows/sb-server.yml
vendored
@@ -2,24 +2,15 @@ name: Docker image builds
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- debug
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
sb-server:
|
sb-server:
|
||||||
uses: ./.github/workflows/docker-build.yml
|
uses: ./.github/workflows/docker-build.yml
|
||||||
with:
|
with:
|
||||||
name: "sb-server"
|
name: "sb-server-debug"
|
||||||
username: "ajayyy"
|
username: "ajayyy"
|
||||||
folder: "."
|
folder: "."
|
||||||
secrets:
|
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
rsync-host:
|
|
||||||
needs: sb-server
|
|
||||||
uses: ./.github/workflows/docker-build.yml
|
|
||||||
with:
|
|
||||||
name: "rsync-host"
|
|
||||||
username: "ajayyy"
|
|
||||||
folder: "./containers/rsync"
|
|
||||||
secrets:
|
secrets:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
@@ -9,4 +9,4 @@ test -e config.json || cat <<EOF > config.json
|
|||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
node dist/src/index.js
|
node dist/src/index.js --inspect
|
||||||
|
|||||||
Reference in New Issue
Block a user