Skip to content

Commit

Permalink
Clean up actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Schwartz10 committed Oct 27, 2022
1 parent f25954d commit 09648fb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 109 deletions.
101 changes: 0 additions & 101 deletions .github/workflows/calibration.yml

This file was deleted.

16 changes: 8 additions & 8 deletions .github/workflows/mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@ jobs:
SENTRY_DSN: 'https://[email protected]/6187874'
SENTRY_ENV: 'mainnet'

- name: Deploy-cloudflare
run: |
npm i -g @cloudflare/wrangler
npm run publish:mainnet
env:
CF_API_TOKEN: ${{ secrets.CF_API_TOKEN }}
CF_ZONE_ID: ${{ secrets.CF_ZONE_ID }}
CF_ACCOUNT_ID: ${{ secrets.CF_ACCOUNT_ID }}
# - name: Deploy-cloudflare
# run: |
# npm i -g @cloudflare/wrangler
# npm run publish:mainnet
# env:
# CF_API_TOKEN: ${{ secrets.CF_API_TOKEN }}
# CF_ZONE_ID: ${{ secrets.CF_ZONE_ID }}
# CF_ACCOUNT_ID: ${{ secrets.CF_ACCOUNT_ID }}

- name: Changelog
uses: scottbrenner/generate-changelog-action@master
Expand Down

0 comments on commit 09648fb

Please sign in to comment.