Skip to content

Commit

Permalink
fix(ci): update production branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyko committed Nov 13, 2023
1 parent 802cd52 commit 7d80a7e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cd_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy Website
on:
push:
paths:
- 'app/web/**'
- 'apps/web/**'
- '.github/workflows/cd_website.yml'
workflow_dispatch:

Expand All @@ -19,19 +19,19 @@ jobs:
uses: trufflehq/truffle-packages/actions/pages@2ae2865c1a7e691693fac612a756359213ea91ca
with:
# The script to build your site (default: `build`) (joins with `yarn workspace $workspace_name`)
# build_script: build
build_script: build
# Cloudflare Account ID
cloudflare_account_id: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
# Cloudflare API Token
cloudflare_api_token: ${{ secrets.CLOUDFLARE_PAGES_API_KEY }}
# The directory of static assets to upload (default: `dist`)
# directory: dist
directory: dist
# GitHub Token
github_token: ${{ secrets.GITHUB_TOKEN }}
# Optional: The script to run before building your site
prebuild_script: yarn build
# Optional: The branch to deploy to production
# production_branch: main
production_branch: main
# The name of the Cloudflare Pages project
project_name: trythoth
# The name of the yarn workspace being deployed
Expand Down

0 comments on commit 7d80a7e

Please sign in to comment.