Skip to content

Commit

Permalink
Merge pull request #198 from polywrap/release/dev
Browse files Browse the repository at this point in the history
merge release/dev
  • Loading branch information
dOrgJelli authored Feb 20, 2024
2 parents 648afaa + 06db2d6 commit 386f99a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/cd.dev.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
name: CD Dev

"""
NOTE: temporarily disabled, need to make new dev environment
# NOTE: temporarily disabled, need to make new dev environment
on:
push:
branches:
- release/dev
"""
- disabled-release/dev

jobs:
Deploy-API:
Expand Down
2 changes: 1 addition & 1 deletion web/hooks/useTweetShare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Join me in supporting ${prompt} by donating to these projects on fundpublicgoods
${tweetHandles}
Link: https://dev.fundpublicgoods.ai/s/${runId}?network=${SUPPORTED_NETWORKS[network]}&weights=${weights}&projects=${projects}
Link: https://fundpublicgoods.ai/s/${runId}?network=${SUPPORTED_NETWORKS[network]}&weights=${weights}&projects=${projects}
`;

const tweetUrl = `https://twitter.com/intent/tweet?text=${encodeURIComponent(
Expand Down
2 changes: 2 additions & 0 deletions workers/fund_public_goods/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
add_event_middleware(app)
origins = [
"https://dev.fundpublicgoods.ai",
"https://www.fundpublicgoods.ai",
"https://fundpublicgoods.ai",
"http://localhost:3000",
"http://127.0.0.1:3000",
]
Expand Down

0 comments on commit 386f99a

Please sign in to comment.