From bb99b23d2d087707dda66d7e7d300ee88f910c8f Mon Sep 17 00:00:00 2001 From: LathanDevers Date: Wed, 29 Jul 2026 00:08:24 +0200 Subject: [PATCH] add deploy --- .gitea/workflows/deploy-test.yml | 3 +++ .gitea/workflows/deploy.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.gitea/workflows/deploy-test.yml b/.gitea/workflows/deploy-test.yml index fb195ee..1518f51 100644 --- a/.gitea/workflows/deploy-test.yml +++ b/.gitea/workflows/deploy-test.yml @@ -34,6 +34,9 @@ jobs: run: npm ci - name: Compilation de la Build + env: + VITE_WEB3FORMS_KEY: ${{ secrets.WEB3FORMS_KEY }} + VITE_URL_API_WEB3FORMS : ${{ secrets.URL_API_WEB3FORMS }} run: npm run build - name: Installation de lftp diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 46d600a..a4806f8 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -34,6 +34,9 @@ jobs: run: npm ci - name: Compilation de la Build + env: + VITE_WEB3FORMS_KEY: ${{ secrets.WEB3FORMS_KEY }} + VITE_URL_API_WEB3FORMS : ${{ secrets.URL_API_WEB3FORMS }} run: npm run build - name: Installation de lftp