Skip to content

Commit

Permalink
chore(github): fix webapp dist location
Browse files Browse the repository at this point in the history
  • Loading branch information
hazzuk committed Dec 7, 2024
1 parent 5e9a892 commit 8caace0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,13 @@ jobs:
- name: extract tarball
run: tar -xvzf pages/elecord.tar.gz

- run: mv elecord-*/ elecord

- run: ls

- name: Deploy to Cloudflare Pages
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_PAGES_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
command: pages deploy elecord-* --project-name=elecord-web
command: pages deploy elecord --project-name=elecord-web

0 comments on commit 8caace0

Please sign in to comment.