Add build and deploy actions. #1

Open
max wants to merge 19 commits from feat/actions into main
Showing only changes of commit 0a3be5336b - Show all commits

View File

@@ -51,6 +51,6 @@ jobs:
working-directory: ./terraform
- name: Terraform Apply
if: ${{ (steps.check_changes.outputs.changes == 'true') && (github.ref == 'refs/heads/master') }}
if: ${{ (steps.check_changes.outputs.changes == 'true') && (github.ref == 'refs/heads/main') }}
run: terraform apply -auto-approve tfplan
working-directory: ./terraform