diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 6ee4e60..d391dae 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -9,10 +9,7 @@ on: jobs: deploy: - runs-on: docker - container: - image: debian:bullseye - options: --network=host # (Optional) + runs-on: ubuntu-latest steps: - name: Checkout repo @@ -20,6 +17,11 @@ jobs: with: persist-credentials: false + - name: Set up Node + uses: actions/setup-node@v4 + with: + node-version: 20 + - name: Deploy with Docker run: | docker compose down