From 7c46749c8b466b531ea8e1b67718fbb78f0b1fb4 Mon Sep 17 00:00:00 2001 From: BuyMyAria Date: Fri, 16 May 2025 14:50:58 +1000 Subject: [PATCH] Update .forgejo/workflows/deploy.yaml Since I have added another system to the runner list I needed to add a new label specifically for a server able to deploy to the web server. technically both systems should be capable but I had a third system in mind I wanna add and that one will not be able to --- .forgejo/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 5fe81d5..deab64a 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -7,7 +7,7 @@ on: jobs: deploy: - runs-on: docker + runs-on: webserver-deployment steps: - name: Checkout uses: actions/checkout@v4