Skip to content

Commit

Permalink
test new pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tinhutins committed Jan 25, 2024
1 parent dbb684b commit 1b87da5
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
env:
REPOSITORY_PATH: 'hutinskit'
IMAGE_NAME: 'python-test-app'
TAG: '1.0.143'
TAG: '1.0.144'
ARGO_TEST_BRANCH: 'tino-test'
ARGO_PROD_BRANCH: 'tino-prod'

Expand Down Expand Up @@ -81,11 +81,7 @@ jobs:
deploy_k8s_test:
runs-on: ubuntu-latest
needs: [check-image, build_image]
if: ${{ always() && !failure() && !cancelled() && matrix.deploy_env == 'test' }}
strategy:
matrix:
deploy_env: ['test']

if: ${{ always() && !failure() && !cancelled() }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -109,11 +105,7 @@ jobs:
deploy_k8s_prod:
runs-on: ubuntu-latest
needs: [check-image, build_image]
if: ${{ always() && !failure() && !cancelled() && matrix.deploy_env == 'prod' }}
strategy:
matrix:
deploy_env: ['prod']

if: ${{ always() && !failure() && !cancelled() }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 1b87da5

Please sign in to comment.