diff --git a/.github/workflows/deploy-action.yml b/.github/workflows/deploy-action.yml index fae16c2..7413c39 100644 --- a/.github/workflows/deploy-action.yml +++ b/.github/workflows/deploy-action.yml @@ -55,14 +55,14 @@ jobs: - name: Echo pr number run: echo ${{ github.event.pull_request.number }} - # - uses: amondnet/vercel-action@v20 #deploy - # with: - # vercel-token: ${{ secrets.vercel_token }} # Required - # github-token: ${{ secrets.GITHUB_TOKEN }} #Optional - # vercel-args: ${{ inputs.vercel_args }} #Optional - # vercel-org-id: ${{ secrets.org_id}} #Required - # vercel-project-id: ${{ secrets.project_id}} #Required - # alias-domains: | #Optional - # t3-stack-app.vercel.app - # pr-{{PR_NUMBER}}.t3-stack-app.vercel.app - # working-directory: ./.next + - uses: amondnet/vercel-action@v20 #deploy + with: + vercel-token: ${{ secrets.vercel_token }} # Required + github-token: ${{ secrets.GITHUB_TOKEN }} #Optional + vercel-args: ${{ inputs.vercel_args }} #Optional + vercel-org-id: ${{ secrets.org_id}} #Required + vercel-project-id: ${{ secrets.project_id}} #Required + alias-domains: | #Optional + t3-stack-app.vercel.app + pr-{{PR_NUMBER}}.t3-stack-app.vercel.app + # working-directory: ./.next diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 32bed26..d00719d 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -40,7 +40,7 @@ const Home: NextPage = () => {

Create T3

- v0.4.0 + v0.4.1

This stack uses: