Skip to content

Commit

Permalink
Fix deployment config
Browse files Browse the repository at this point in the history
  • Loading branch information
morrigan committed Dec 13, 2023
1 parent 5f200e9 commit 5a666c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cf-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: lodestar-landing
directory: ./build
projectName: forest-website
directory: ./out
gitHubToken: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5a666c8

Please sign in to comment.