Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
juanAriel committed Nov 6, 2023
1 parent 9737da0 commit 321a466
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,7 @@ jobs:
cache: 'npm'
- run: yarn
- run: yarn build
deploy:
needs: build
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
steps:
- name: Deploy
uses: w9jds/firebase-action@master
with:
args: 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 321a466

Please sign in to comment.