Skip to content

Commit

Permalink
ci: 🎡 attempting once more
Browse files Browse the repository at this point in the history
  • Loading branch information
Loonz206 committed Sep 28, 2024
1 parent 36439e3 commit bedb423
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,19 +93,18 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: [lint, test, e2e]
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
run: npm install
- name: Deploy to Vercel Action
uses: BetaHuhn/deploy-to-vercel-action@v1
uses: BetaHuhn/deploy-to-vercel-action@latest
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
Expand Down

0 comments on commit bedb423

Please sign in to comment.