Skip to content

Commit

Permalink
Remove CD step from GitHub actions as it will never work.
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyburke1 committed Sep 6, 2022
1 parent 39f95f0 commit e48ddca
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/terraform-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,3 @@ jobs:

- name: Terraform Format
run: terraform fmt -check

- name: Terraform Plan
run: terraform plan

- name: Terraform Apply
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
run: terraform apply -auto-approve

0 comments on commit e48ddca

Please sign in to comment.