From c28cb86fdb77a92a45c3df043a952b750d3168fb Mon Sep 17 00:00:00 2001 From: Syasya Date: Tue, 26 Aug 2025 08:59:31 +0800 Subject: [PATCH] amend deploy.yml 3 --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 0ea0c10..53a85ca 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -38,7 +38,7 @@ jobs: tags: | rooftopenergy/powermeter-frontend:${{ steps.extract_tag.outputs.tag }} build-args: | - NEXT_PUBLIC_FASTAPI_URL: ${{ secrets.NEXT_PUBLIC_FASTAPI_URL }} + NEXT_PUBLIC_FASTAPI_URL=${{ secrets.NEXT_PUBLIC_FASTAPI_URL }} - name: SSH and Deploy uses: appleboy/ssh-action@master