Skip to content

Commit

Permalink
Refactor deploy workflow to remove unnecessary steps and update code …
Browse files Browse the repository at this point in the history
…formatting settings
  • Loading branch information
jqshuv committed Oct 15, 2024
1 parent 800b774 commit 299d866
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,6 @@ jobs:
steps:
- name: ⬇️ Checkout
uses: actions/checkout@v4
- name: 📦 Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9
- name: 📦 Install Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: 'pnpm'
- name: 💽 Setup Enviroment
run: |
cp wrangler.example.toml wrangler.toml
Expand All @@ -69,5 +60,4 @@ jobs:
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
environment: production

0 comments on commit 299d866

Please sign in to comment.