From d13e54dc5830f30c0ec89149d0d2a75f91a54ffb Mon Sep 17 00:00:00 2001 From: Fernando Jose Gonzalez Sierra <90760906+UO277938@users.noreply.github.com> Date: Thu, 7 Mar 2024 13:25:04 +0100 Subject: [PATCH] Update release.yml Firebase Key correctamente para el deploy de docker --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c4a833d..a9f17cb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,6 +43,7 @@ jobs: uses: elgohr/Publish-Docker-Github-Action@v5 env: API_URI: http://${{ secrets.DEPLOY_HOST }}:8000 + REACT_APP_FIREBASE_KEY: ${{ github.REACT_APP_FIREBASE_KEY }} with: name: arquisoft/wiq_es05a/webapp username: ${{ github.actor }} @@ -61,8 +62,6 @@ jobs: - uses: actions/checkout@v4 - name: Publish to Registry uses: elgohr/Publish-Docker-Github-Action@v5 - env: - REACT_APP_FIREBASE_KEY: ${{ github.REACT_APP_FIREBASE_KEY }} with: name: arquisoft/wiq_es05a/questionservice username: ${{ github.actor }}