Skip to content

Commit

Permalink
Push updated flake.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
robbins committed Jan 10, 2023
1 parent 8c735da commit a421945
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy-infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,10 @@ jobs:

- name: Terraform Apply
run: terraform apply -auto-approve -input=false

- name: Push updated flake.lock
if: github.event.action == 'site_updated'
run: |
git config user.name github-actions
git config user.email [email protected]
git push

0 comments on commit a421945

Please sign in to comment.