Compare commits

..

No commits in common. "1ec15ac214c5f4157e11b0e635a3fc460aefe838" and "03e073d06ed9eecf05b7a67e8d9c1ddf54ae0fee" have entirely different histories.

View File

@ -27,7 +27,8 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
env:
NEXT_PUBLIC_FASTAPI_URL: ${{ secrets.NEXT_PUBLIC_FASTAPI_URL }}
- name: Build and Push Docker Image
uses: docker/build-push-action@v5
@ -37,8 +38,6 @@ jobs:
push: true
tags: |
rooftopenergy/powermeter-frontend:${{ steps.extract_tag.outputs.tag }}
env:
NEXT_PUBLIC_FASTAPI_URL: ${{ secrets.NEXT_PUBLIC_FASTAPI_URL }}
- name: SSH and Deploy
uses: appleboy/ssh-action@master