Skip to content

Commit

Permalink
disables automated deployment pipeline, runs tests instead (production)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrosGounis committed Jan 14, 2025
1 parent 0ff02dc commit 3579b4a
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,4 @@ jobs:

- name: Run tests
id: run-tests
run: yarn test

- uses: actions/checkout@v3
- name: Deploy app
if: success()
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
command: deploy --env production
run: yarn test

0 comments on commit 3579b4a

Please sign in to comment.