diff --git a/.github/workflows/deploy-prod.yaml b/.github/workflows/deploy-prod.yaml index 9733dfe..9c4936a 100644 --- a/.github/workflows/deploy-prod.yaml +++ b/.github/workflows/deploy-prod.yaml @@ -1,8 +1,5 @@ -name: Vercel Production Deployment +name: VCS Production Deployment -env: - VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }} - VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }} on: push: diff --git a/vercel.json b/vercel.json deleted file mode 100644 index 3cc080e..0000000 --- a/vercel.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "rewrites": [ - { - "source": "/apiv1/:path*", - "has": [ - { - "type": "header", - "key": "Authorization", - "value": "Bearer REDACTED" - }, - { - "type": "header", - "key": "Content-Type", - "value": "application/json" - }, - { - "type": "header", - "key": "Accept", - "value": "application/json" - } - ], - "destination": "REDACTED" - }, - { "source": "/(.*)", "destination": "/" } - ] -} \ No newline at end of file