Skip to content

Commit

Permalink
remove cf action
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmance committed Mar 5, 2025
1 parent 038c4a2 commit 72ad718
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ jobs:
CYPRESS_TENDERLY_PROJECT: ${{ secrets.TENDERLY_PROJECT }}
YARN_TEST_COMMAND: npx cypress-repeat run -n 2 --rerun-failed-only --config-file ./cypress/configs/${{ matrix.scoupe }}.config.ts

update_domains:
prepare_release:
if: |
github.event_name == 'push' &&
github.ref == 'refs/heads/main' &&
Expand All @@ -253,7 +253,7 @@ jobs:
PINATA_HASH: '${{ needs.deploy.outputs.pinata_hash }}'
secrets: inherit

update_domains_no_cypress:
prepare_release_no_cypress:
if: |
github.event_name == 'push' &&
github.ref == 'refs/heads/main' &&
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/update-prod-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,6 @@ jobs:
BUILD_PATH: ${{ matrix.environment.build_path }}
PINATA_HASH: ${{ inputs.PINATA_HASH }}

- uses: aave/cloudflare-update-action@0f2084730a068fab162853c4e7cc40537233d34a
with:
CF_API_TOKEN: '${{ secrets.CF_API_TOKEN }}'
CF_ZONE_ID: '${{ secrets.CF_ZONE_ID }}'
HASH: ${{ inputs.PINATA_HASH }}
CF_DEPLOYMENT_DOMAIN: ${{ matrix.environment.domain }}

- name: prepare release
run: |
cp .github/release-template.md ./release-notes.md
Expand Down

0 comments on commit 72ad718

Please sign in to comment.