Skip to content

Commit

Permalink
fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpangalos committed Aug 2, 2023
1 parent 219a4ea commit 2a13bec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
workingDirectory: ./api
command: publish --var RELEASE:$GITHUB_SHA --outdir dist
command: deploy --var RELEASE:$GITHUB_SHA --outdir dist

- name: Create Sentry release
uses: getsentry/action-release@v1
Expand Down
1 change: 1 addition & 0 deletions api/wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name = "wiggles-api"
main = "src/index.ts"
compatibility_date = "2022-09-11"
account_id = "e5933c765c57d2f3a58d86973c88362c"

route = { pattern = "wiggle-room.xyz/api/*", zone_name = "wiggle-room.xyz" }

Expand Down

0 comments on commit 2a13bec

Please sign in to comment.