From 74f69f32c193c7d118d6df90f4911b7bbd39380c Mon Sep 17 00:00:00 2001 From: karash1989 <36817301+karash1989@users.noreply.github.com> Date: Fri, 4 Oct 2024 19:18:47 +0300 Subject: [PATCH] chore: delete second CI due cross region support (#157) Co-authored-by: uladzimir_karaha@epam.com --- .github/workflows/deploy_dev.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/deploy_dev.yml b/.github/workflows/deploy_dev.yml index b107b58..ee862b2 100644 --- a/.github/workflows/deploy_dev.yml +++ b/.github/workflows/deploy_dev.yml @@ -14,13 +14,3 @@ jobs: DEPLOY_HOST: ${{ secrets.DEPLOY_HOST }} DEPLOY_ACCESS_TOKEN: ${{ secrets.DEPLOY_ACCESS_TOKEN }} DEPLOY_TRIGGER_TOKEN: ${{ secrets.DEPLOY_TRIGGER_TOKEN }} - gitlab-dev-deploy-2: - if: ${{ github.event.registry_package.package_version.container_metadata.tag.name == 'development' }} - uses: epam/ai-dial-ci/.github/workflows/deploy-development.yml@1.9.0 - with: - gitlab-project-id: "2137" - gitlab-project-ref: "master" - secrets: - DEPLOY_HOST: ${{ secrets.DEPLOY_HOST }} - DEPLOY_ACCESS_TOKEN: ${{ secrets.DEPLOY_ACCESS_TOKEN_2 }} - DEPLOY_TRIGGER_TOKEN: ${{ secrets.DEPLOY_TRIGGER_TOKEN_2 }}