mirror of
https://github.com/ghndrx/gregh.dev.git
synced 2026-02-10 06:44:57 +00:00
Merge pull request #5 from ghndrx/feat/test
fix: updates deployment.yaml
This commit is contained in:
7
.github/workflows/deployment.yaml
vendored
7
.github/workflows/deployment.yaml
vendored
@@ -23,10 +23,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} # Cloudflare API Token from https://dash.cloudflare.com/profile/api-tokens
|
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} # Cloudflare API Token from https://dash.cloudflare.com/profile/api-tokens
|
||||||
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} # Cloudflare account ID shown on the right side of the CF website
|
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} # Cloudflare account ID shown on the right side of the CF website
|
||||||
projectName: ${{ vars.PROJECT_NAME }} # Project name assigned during creation (see Workers & Pages section)
|
projectName: ${{ vars.PROJECT_NAME }} # Project name assigned during creation (see Workers & Pages section)
|
||||||
directory: src/ # The directory where your built site is located
|
directory: src/ # The directory where your built site is located
|
||||||
branch: main # The branch to deploy; defaults to the branch triggering the workflow
|
branch: main # The branch to deploy; defaults to the branch triggering the workflow
|
||||||
workingDirectory: . # Working directory relative to the repository root
|
workingDirectory: . # Working directory relative to the repository root
|
||||||
wranglerVersion: '3' # Optional: Specify a Wrangler version (e.g. '3' or 'beta')
|
|
||||||
commitDirty: false # Optional: Mark workspace as dirty or not for deployment
|
|
||||||
skipCaching: false # Optional: Whether to skip asset caching to speed up builds
|
|
||||||
Reference in New Issue
Block a user