Skip to content

Commit

Permalink
ci: run
Browse files Browse the repository at this point in the history
  • Loading branch information
BernardoSM committed Nov 26, 2023
1 parent c1426b4 commit 2deaca1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- name: Deploy
uses: cloudflare/wrangler-action@v3
with:
wranglerVersion: "3.13.1 -w"
packageManager: pnpm
apiToken: ${{ secrets.CLOUDFLARE_PAGES_API_TOKEN }}
accountId: d8803c6a6253e9267bf1000ca69db18d
Expand Down
2 changes: 1 addition & 1 deletion apps/app/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ node_modules
.env
dist
.DS_Store
# deploy
# deploy1
2 changes: 1 addition & 1 deletion apps/www/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ node_modules
.env
dist
.DS_Store
# deploy
# deploy1

0 comments on commit 2deaca1

Please sign in to comment.