Skip to content

Commit

Permalink
Merge pull request #29 from jokester/replace-cf-project
Browse files Browse the repository at this point in the history
rename cf project
  • Loading branch information
jokester committed Mar 30, 2024
2 parents 3df2112 + bccc32c commit 6f19c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-cf-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
wranglerVersion: '3.36.0' # same as in /package.json
command: |
pages deploy web/.vercel/output/static --project-name=slides-ihate-work-monorepo --branch=${{ github.ref_name }} --commit-hash=${{ github.sha }} --env=${{ (github.ref_name == 'main' && 'Production') || (github.ref_name != 'main' && 'Preview') }}
pages deploy web/.vercel/output/static --project-name=slides-ihate-work --branch=${{ github.ref_name }} --commit-hash=${{ github.sha }} --env=${{ (github.ref_name == 'main' && 'Production') || (github.ref_name != 'main' && 'Preview') }}
- name: print deployment-url
env:
DEPLOYMENT_URL: ${{ steps.deploy.outputs.deployment-url }}
Expand Down

0 comments on commit 6f19c80

Please sign in to comment.