Skip to content

Commit

Permalink
rn workflow, fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Sep 4, 2023
1 parent bd8fa23 commit cd050b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI Deploy Preview
name: Vercel Deploy Preview
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
Expand Down
5 changes: 4 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"github": false
"github": {
"enabled": false,
"silent": true
}
}

0 comments on commit cd050b0

Please sign in to comment.