Skip to content

Commit

Permalink
Merge pull request #62 from ChristianLempa:main
Browse files Browse the repository at this point in the history
Merge pull request #61 from ChristianLempa:test
  • Loading branch information
ChristianLempa authored Sep 1, 2023
2 parents fa41a6e + c2b9d2e commit 643f79b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/dns-update-dns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,16 @@ on:
- dev
paths:
- 'dns/dns-prod-1/terraform/*.tf'
# pull_request:
# branches:
# - main
# paths:
# - 'dns/dns-prod-1/terraform/*.tf'
workflow_dispatch:

defaults:
run:
working-directory: ./dns/dns-prod-1/terraform
working-directory: dns/dns-prod-1/terraform

env:
TF_VAR_TSIG_KEY_HOME: ${{ secrets.TSIG_KEY_HOME }}
Expand Down Expand Up @@ -77,5 +82,5 @@ jobs:
run: exit 1

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

0 comments on commit 643f79b

Please sign in to comment.