From d26f321ede090fe1d934d366d24938b5d5c1d3bc Mon Sep 17 00:00:00 2001 From: Grigoriev Semyon <33061489+grigoriev-semyon@users.noreply.github.com> Date: Sat, 22 Jun 2024 00:14:25 +0300 Subject: [PATCH] self hosted runners --- .github/workflows/build_and_publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index 082ca91..bfceb16 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -50,7 +50,7 @@ jobs: deploy-testing: name: Deploy Testing needs: build-and-push-image - runs-on: [self-hosted, Linux] + runs-on: [ self-hosted, Linux, testing ] environment: name: Testing url: https://api.test/profcomff.com/?urls.primaryName=achievement @@ -91,7 +91,7 @@ jobs: name: Deploy Production needs: build-and-push-image if: startsWith(github.ref, 'refs/tags/v') - runs-on: [self-hosted, Linux] + runs-on: [ self-hosted, Linux, production ] environment: name: Production url: https://api.profcomff.com/?urls.primaryName=achievement