From 4fe2ae47d09f7f7f8c1fc659a4664f526948c900 Mon Sep 17 00:00:00 2001 From: Jessica Phoenix Canady Date: Mon, 22 Apr 2024 11:34:41 -0400 Subject: [PATCH] Try self-hosting the job. So it doesn't run on a container, straight on the runner itself. --- .forgejo/workflows/deploy.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 763ec77..af766bf 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -2,8 +2,7 @@ name: Build and Deploy on: [push] jobs: deploy: - container: - image: ./Dockerfile + runs-on: self-hosted steps: - name: Checkout uses: actions/checkout@v3