Skip to content

Commit

Permalink
Test CI
Browse files Browse the repository at this point in the history
Signed-off-by: Don Alfons Nisnoni <[email protected]>
  • Loading branch information
itsdonnix committed Feb 20, 2021
1 parent fce5512 commit 4dd62bd
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ on:
- "src/main/frontend/**"

jobs:
defaults:
run:
working-directory: src/main/frontend

preview-frontend:
runs-on: ubuntu-latest
defaults:
run:
working-directory: src/main/frontend
steps:
- uses: actions/checkout@v2

Expand All @@ -23,10 +22,12 @@ jobs:
node-version: "14.x"

- name: Install dependencies
run: npm Install
run: npm install

- uses: actions/[email protected]
- name: Vercel Deployment
uses: xmflsct/[email protected]
with:
vercelToken: ${{ secrets.VERCEL_TOKEN }}
vercelOrgId: ${{ secrets.VERCEL_ORG_ID }}
vercelProjectId: ${{ secrets.VERCEL_PROJECT_ID }}
githubToken: ${{ secrets.PAT }}

0 comments on commit 4dd62bd

Please sign in to comment.