Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
juanAriel committed Nov 7, 2023
1 parent 4a90eda commit 26c18d3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
with:
node-version: 16
cache: "npm"
- name: Ajustar PATH para Firebase Tools
run: echo 'export PATH=$PATH:~/.npm-global/bin' >> $GITHUB_ENV

- name: Deploy to Firebase
run: firebase deploy --only hosting --project search-song-api-spotify

- name: Deploy
uses: w9jds/firebase-action@master
with:
args: deploy --only hosting --project search-song-api-spotify

0 comments on commit 26c18d3

Please sign in to comment.