From ce72158ecd60ce4fa52b966eea5ed965e3479203 Mon Sep 17 00:00:00 2001 From: annous246 Date: Fri, 8 Aug 2025 00:01:13 +0100 Subject: [PATCH] Trigger redeploy --- .gitea/workflows/deploy.yml | 2 +- .runner | 12 +++++------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index d3942a4..e6d02f3 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -8,7 +8,7 @@ on: jobs: deploy: runs-on: self-hosted - + container: node:18 steps: - name: Checkout code uses: actions/checkout@v3 diff --git a/.runner b/.runner index e97ea67..684d854 100644 --- a/.runner +++ b/.runner @@ -1,13 +1,11 @@ { "WARNING": "This file is automatically generated by act-runner. Do not edit it manually unless you know what you are doing. Removing this file will cause act runner to re-register as a new runner.", - "id": 8, - "uuid": "7f6bfac3-a21a-4641-8df3-da85700d5cb3", - "name": "my-wsl-runner", - "token": "e37734cdbd08f6477e486a5f4340556e9fdf9dc6", + "id": 9, + "uuid": "22c8e586-6ffa-41cd-8e11-4f217368b962", + "name": "test 5", + "token": "e6abf5ec7b40dbbfa0185abecedcb3d6068c285a", "address": "https://git.felcloud.io/", "labels": [ - "ubuntu-latest:docker://gitea/runner-images:ubuntu-latest", - "ubuntu-22.04:docker://gitea/runner-images:ubuntu-22.04", - "ubuntu-20.04:docker://gitea/runner-images:ubuntu-20.04" + "self-hosted:host" ] }