From 9f7c62251454d8cd75088d6c9ccfa66b3cb7a0e5 Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Sun, 28 Apr 2024 16:02:46 +0100 Subject: [PATCH] Runs on node --- .forgejo/workflows/production.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/production.yml b/.forgejo/workflows/production.yml index b696fdf..3c214d3 100644 --- a/.forgejo/workflows/production.yml +++ b/.forgejo/workflows/production.yml @@ -9,7 +9,7 @@ jobs: build: environment: prod - runs-on: docker + runs-on: node steps: - uses: actions/checkout@v2 @@ -34,7 +34,7 @@ jobs: deploy: environment: prod needs: build - runs-on: docker + runs-on: node steps: - uses: https://github.com/appleboy/ssh-action@v1.0.0 env: