Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Firebase Key correctamente para el deploy de docker
  • Loading branch information
UO277938 authored Mar 7, 2024
1 parent 5514036 commit d13e54d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down

0 comments on commit d13e54d

Please sign in to comment.