Skip to content

Commit

Permalink
Deploy on branch
Browse files Browse the repository at this point in the history
  • Loading branch information
cultpodcasts committed Mar 6, 2024
1 parent eac1fde commit b7c344f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/buildAndDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- feature/submit-url-management
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default {

if (pathname.startsWith(searchRoute) && request.method === "POST") {
const url = `${env.apihost}`;

console.log(`apihost: ${env.apihost}`);
return request
.json()
.then(async (data: any) => {
Expand Down

0 comments on commit b7c344f

Please sign in to comment.