Skip to content

Commit

Permalink
Updated github actions for web
Browse files Browse the repository at this point in the history
  • Loading branch information
hmziqrs committed Nov 16, 2024
1 parent 96fd744 commit db30365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
packageManager: "bun"
command: pages deploy ./dist --project-name=gandalfsax --branch=main
command: pages deploy ./build/web --project-name=gandalfsax --branch=main

- name: Deploy to Firebasefweb
uses: w9jds/firebase-action@master
Expand Down

0 comments on commit db30365

Please sign in to comment.