From 5b4a9307ab4d70d75a8711130237567fea4adee1 Mon Sep 17 00:00:00 2001 From: ostiwe Date: Sat, 5 Feb 2022 14:56:27 +0300 Subject: [PATCH] Auto deploy --- .github/workflows/deploy.yml | 2 +- .github/workflows/helm-linter.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index caf1ba7..6be5fd3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -6,7 +6,7 @@ env: NAMESPACE: "landing" jobs: build: - runs-on: [self-hosted, Organization] + runs-on: [self-hosted] steps: - name: Get repository uses: actions/checkout@v2 diff --git a/.github/workflows/helm-linter.yaml b/.github/workflows/helm-linter.yaml index 1068a34..a231380 100644 --- a/.github/workflows/helm-linter.yaml +++ b/.github/workflows/helm-linter.yaml @@ -4,7 +4,7 @@ env: HELM_HELPER: ${{ secrets.HELM_HELPER_IMAGE }} jobs: lint: - runs-on: [helm-deploy, Organization] + runs-on: [helm-deploy] steps: - run: docker login -u ${{ secrets.DOCKER_REGISTRY_USER }} -p ${{ secrets.DOCKER_REGISTRY_PASSWORD }} "${{ secrets.HELM_HELPER_IMAGE }}" - name: Lint