n8n ci/cd base

This commit is contained in:
CC
2026-05-21 13:40:16 +01:00
parent 22de99e32c
commit 312c4ce78a

View File

@@ -32,6 +32,12 @@ jobs:
- name: Terraform apply
run: terraform apply -auto-approve
- name: Check files
shell: bash
run: |
pwd
ls
- name: Upload generated files
uses: actions/upload-artifact@v7
with: