amend deploy.yml 3
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m52s

This commit is contained in:
Syasya 2025-08-26 08:59:31 +08:00
parent 9ac0f389dd
commit c28cb86fdb

View File

@ -38,7 +38,7 @@ jobs:
tags: | tags: |
rooftopenergy/powermeter-frontend:${{ steps.extract_tag.outputs.tag }} rooftopenergy/powermeter-frontend:${{ steps.extract_tag.outputs.tag }}
build-args: | build-args: |
NEXT_PUBLIC_FASTAPI_URL: ${{ secrets.NEXT_PUBLIC_FASTAPI_URL }} NEXT_PUBLIC_FASTAPI_URL=${{ secrets.NEXT_PUBLIC_FASTAPI_URL }}
- name: SSH and Deploy - name: SSH and Deploy
uses: appleboy/ssh-action@master uses: appleboy/ssh-action@master