Skip to content

Commit

Permalink
changed wrangler config in action
Browse files Browse the repository at this point in the history
  • Loading branch information
developersteve committed Aug 23, 2024
1 parent d192212 commit 29b0e72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.WEB_CLOUDFLARE_ACCOUNT_ID }}
CLOUDFLARE_PROJECT_NAME: ${{ secrets.WEB_CLOUDFLARE_PROJECT_NAME }}
run: |
npx wrangler pages deploy ./apps/website --project-name=$CLOUDFLARE_PROJECT_NAME --branch=main
npx wrangler pages deploy ./apps/website --project-name=$CLOUDFLARE_PROJECT_NAME --branch=staging
2 changes: 1 addition & 1 deletion apps/website/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ export default function Home() {
</button>

<a
href="https://blog.lilypadnetwork.org/"
href="https://blog.lilypad.tech/"
target="_blank"
className="group relative hover:bg-uui-bg-secondary_hover mb-uui-xl h-full text-left rounded-2xl bg-uui-bg-secondary p-uui-6xl lg:p-uui-7xl flex flex-col items-start justify-between"
>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"boot": "doppler run --preserve-env --command=\"pnpm i && pnpm -r --filter=!website-cms build\"",
"boot": "doppler run --preserve-env --command=\"pnpm i && pnpm -r --filter=!website-cms --filter=!info-dashboard build\"",
"dev": "fun() { doppler run --preserve-env -- pnpm --filter $@ dev; }; fun",
"preview": "fun() { doppler run --preserve-env -- pnpm --filter $@ preview; }; fun"
},
Expand Down

0 comments on commit 29b0e72

Please sign in to comment.