Skip to content

Commit

Permalink
ci: FRON-71 disable production auto deployment only
Browse files Browse the repository at this point in the history
  • Loading branch information
borolepratik committed Aug 8, 2024
1 parent 075921e commit a4138ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 65 deletions.
64 changes: 0 additions & 64 deletions .github/workflows/deploy.yml

This file was deleted.

4 changes: 3 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"git": {
"deploymentEnabled": false
"deploymentEnabled": {
"main": false
}
}
}

0 comments on commit a4138ed

Please sign in to comment.