From 3494a5de96a0e2621e4973b555b7160f9287e627 Mon Sep 17 00:00:00 2001 From: Xyon Date: Sat, 12 Oct 2024 12:38:22 +0100 Subject: [PATCH] Remove container directives, run deploy tasks on runner directly --- .gitea/workflows/deploy.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 387cd61..5453a5a 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -24,8 +24,6 @@ jobs: path: target/release/badgey deploy: runs-on: rust - container: - options: --dns 172.16.255.254 --dns-search steamrunner.lbladen.uk strategy: matrix: bot: [ BADGEY, M5_COMPUTER ]