Skip to content

Commit

Permalink
remove the environment from the CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmello authored Oct 9, 2024
1 parent e164665 commit 331f227
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
packageManager: yarn
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
environment: Preview
command: pages deploy ./dist --project-name ${{ vars.PRODUCTION_ENV_NAME }} --branch ${{ env.GITHUB_REF_NAME }} --commit-hash ${{ env.GITHUB_SHA }}

- uses: actions/github-script@v7
Expand Down

0 comments on commit 331f227

Please sign in to comment.