diff --git a/.forgejo/workflows/build-and-deploy.yml b/.forgejo/workflows/build-and-deploy.yml index 26dc2f9..6a8a00a 100644 --- a/.forgejo/workflows/build-and-deploy.yml +++ b/.forgejo/workflows/build-and-deploy.yml @@ -8,16 +8,10 @@ on: jobs: build: - runs-on: docker - container: - image: golang:1.25.0 + runs-on: self-hosted + # container: + # image: golang:1.25.0 steps: - - name: Install Node - run: | - apt update - apt-get install -y nodejs - node -v - - name: Checkout code uses: actions/checkout@v4 @@ -40,7 +34,7 @@ jobs: path: nyanimedb.tar deploy: - runs-on: docker + runs-on: self-hosted needs: build if: ${{ github.event.inputs.deploy == 'true' }} # manual deploy trigger steps: