ci/cd debug

This commit is contained in:
CC
2026-05-21 13:59:35 +01:00
parent 14de604ecd
commit 227b7ed138

View File

@@ -33,16 +33,11 @@ jobs:
- name: Terraform init
run: terraform init
working-directory: "terraform"
- name: Terraform apply
run: terraform apply -auto-approve
- name: Check files
shell: bash
run: |
cd ..
pwd
ls
working-directory: "terraform"
- name: Upload generated files
uses: actions/upload-artifact@v7