Compare commits

...

2 Commits

Author SHA1 Message Date
c24e98ff8a XYVS-0: Remove vercel deploy
All checks were successful
Format the code / Format Files (push) Successful in 16m26s
2024-11-14 18:20:41 -05:00
0f77a1e81b XYVS-0: Add umami tracking 2024-11-14 18:17:50 -05:00
2 changed files with 1 additions and 21 deletions

View File

@@ -1,21 +0,0 @@
name: Vercel Production Deployment
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
on:
push:
branches:
- main
jobs:
Deploy-Production:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Vercel CLI
run: npm install --global vercel@latest
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
- name: Build Project Artifacts
run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
- name: Deploy Project Artifacts to Vercel
run: vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }}

View File

@@ -5,6 +5,7 @@
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Pokedex by xyvs</title>
<script defer src="https://umami.fran.jp.net/script.js" data-website-id="af4ff079-dfc8-405a-8e10-4677fa9e39c6" data-domains="pokedex.xyvs.io"></script>
</head>
<body>
<div id="app"></div>