Auto deploy

This commit is contained in:
2022-02-05 14:52:00 +03:00
parent c3afa3b834
commit 8ce72f59f5
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ env:
NAMESPACE: "landing"
jobs:
build:
runs-on: self-hosted
runs-on: [self-hosted, organization]
steps:
- name: Get repository
uses: actions/checkout@v2

View File

@@ -4,7 +4,7 @@ env:
HELM_HELPER: ${{ secrets.HELM_HELPER_IMAGE }}
jobs:
lint:
runs-on: helm-deploy
runs-on: [helm-deploy, organization]
steps:
- run: docker login -u ${{ secrets.DOCKER_REGISTRY_USER }} -p ${{ secrets.DOCKER_REGISTRY_PASSWORD }} "${{ secrets.HELM_HELPER_IMAGE }}"
- name: Lint