diff --git a/.gitea/workflows/depoly.yaml b/.gitea/workflows/deploy.yaml similarity index 97% rename from .gitea/workflows/depoly.yaml rename to .gitea/workflows/deploy.yaml index 97d11ec..313aec8 100644 --- a/.gitea/workflows/depoly.yaml +++ b/.gitea/workflows/deploy.yaml @@ -11,7 +11,7 @@ on: jobs: build-and-deploy: - runs-on: ubuntu-latest # This maps to your node:20-alpine runner + runs-on: debian-latest steps: - name: Checkout uses: actions/checkout@v4