Add build and deploy actions. #1

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

View File

@@ -28,7 +28,7 @@ jobs:
- name: Terraform Init
run: |
cd terraform
terraform init
terraform init -backend-config="${{ secrets.BACKEND_CONFIG }}"
- name: Terraform Plan
run: |