diff --git a/.github/workflows/actions/deploy_v2/action.yml b/.github/workflows/actions/deploy_v2/action.yml index c647ff70..39a1f302 100644 --- a/.github/workflows/actions/deploy_v2/action.yml +++ b/.github/workflows/actions/deploy_v2/action.yml @@ -59,7 +59,7 @@ runs: - name: Terraform init, plan & apply shell: bash - run: make ci ${{ inputs.environment }} terraform-plan-aks + run: make ci ${{ inputs.environment }} terraform-apply-aks env: ARM_ACCESS_KEY: ${{ inputs.arm-access-key }} DOCKER_IMAGE: ${{ inputs.docker_image }} diff --git a/.github/workflows/deploy_aks.yml b/.github/workflows/deploy_aks.yml index 78c6bdf4..724a9da4 100644 --- a/.github/workflows/deploy_aks.yml +++ b/.github/workflows/deploy_aks.yml @@ -1,7 +1,5 @@ name: Manual deployment on: - push: - branches: [ 528-add-deploy-workflow ] workflow_dispatch: inputs: environment: