Skip to content

Commit

Permalink
add argo and kubectl/helm flow
Browse files Browse the repository at this point in the history
  • Loading branch information
mtphil committed May 15, 2022
1 parent 880814a commit c8e455b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/terraform-apply.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
run: CONSUL_HTTP_TOKEN=${{ env.CONSUL_API_TOKEN }} TF_VAR_LINODE_KUBERNETES_API_TOKEN=${{ env.LINODE_KUBERNETES_API_TOKEN }} terraform plan -lock=false -input=false -var-file="terraform.tfvars"

deploy_terraform_to_linode:
needs: lint_and_format_pr
if: github.event_name == 'release' && github.event.action == 'released'
name: deploy_terraform_to_linode
runs-on: ubuntu-latest
Expand Down

0 comments on commit c8e455b

Please sign in to comment.