Skip to content

Commit

Permalink
remove deps check
Browse files Browse the repository at this point in the history
  • Loading branch information
vorant94 committed Dec 12, 2024
1 parent 4b4c508 commit 6a57955
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 32 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,19 +79,19 @@ jobs:
path: ./packages/blog/playwright-report/
retention-days: 30

deploy:
runs-on: ubuntu-latest
concurrency: deploy-group
needs:
- lint
- test
- e2e
- build
steps:
- uses: actions/checkout@v4

- uses: superfly/flyctl-actions/setup-flyctl@1.5

- run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
# deploy:
# runs-on: ubuntu-latest
# concurrency: deploy-group
# needs:
# - lint
# - test
# - e2e
# - build
# steps:
# - uses: actions/checkout@v4
#
# - uses: superfly/flyctl-actions/setup-flyctl@1.5
#
# - run: flyctl deploy --remote-only
# env:
# FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
16 changes: 0 additions & 16 deletions .github/workflows/deps-check.yml

This file was deleted.

0 comments on commit 6a57955

Please sign in to comment.