diff --git a/.github/workflows/sb-server.yml b/.github/workflows/sb-server.yml index 51179dc..41c5d44 100644 --- a/.github/workflows/sb-server.yml +++ b/.github/workflows/sb-server.yml @@ -2,24 +2,15 @@ name: Docker image builds on: push: branches: - - master + - debug workflow_dispatch: jobs: sb-server: uses: ./.github/workflows/docker-build.yml with: - name: "sb-server" + name: "sb-server-debug" username: "ajayyy" 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: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/entrypoint.sh b/entrypoint.sh index 661b68b..addde76 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -9,4 +9,4 @@ test -e config.json || cat < config.json } EOF -node dist/src/index.js +node dist/src/index.js --inspect