Skip to content

Commit

Permalink
Add deploy_aks
Browse files Browse the repository at this point in the history
  • Loading branch information
johnake committed Sep 12, 2023
1 parent d8e8463 commit 46399d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions/deploy_v2/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/deploy_aks.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: Manual deployment
on:
push:
branches: [ 528-add-deploy-workflow ]
workflow_dispatch:
inputs:
environment:
Expand Down

0 comments on commit 46399d1

Please sign in to comment.