Add build and deploy actions. #1

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

View File

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