Update .gitea/workflows/ci-test.yaml

This commit is contained in:
2025-08-19 16:56:01 +00:00
parent d14f2d804d
commit 86de76ea3e

View File

@ -52,11 +52,12 @@ jobs:
done
tofu plan $VAR_FILES -out=./tfplan
- name: Export tfplan
uses: actions/upload-artifact@v4
with:
name: tofu-plan
path: infra/iac/tfplan
- name: Upload tfplan to Gitea Packages
working-directory: infra/iac
run: |
curl --user ${{ secrets.GITEA_USER }}:${{ secrets.GITEA_TOKEN }} \
--upload-file ./tfplan \
https://gitea.fenix-dev.com/api/packages/fenix-gitea-admin/generic/tofu-plan/${{ github.sha }}/tfplan
- name: Apply
working-directory: infra/iac