Skip to content

Commit

Permalink
vercel secrets added for gh actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
soundwanders committed Aug 17, 2024
1 parent 70ec159 commit bdbbe49
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,13 @@ jobs:
run: npm run build

- name: Run Tests
run: npm run test
run: npm run test

- name: Deploy to Vercel
uses: amondnet/vercel-action@v25
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }}
github-token: ${{ secrets.FIELDWING_TOKEN }}
vercel-args: '--prod'
vercel-org-id: ${{ secrets.ORG_ID}}
vercel-project-id: ${{ secrets.PROJECT_ID}}
6 changes: 3 additions & 3 deletions src/routes/tos/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<strong>Acceptance of Terms</strong><br />
By using the Fieldwing website, you agree to comply with these Terms of Service. If you do
not agree, please refrain from using the app. If you would like to discuss the Terms of Service,
or anything else related to Fieldwing, please contact me.
or anything else related to Fieldwing, please contact me!
</li>

<li>
Expand All @@ -26,13 +26,13 @@
<strong>Data Accuracy</strong><br />
While I strive to provide accurate information, I am not responsible for inaccuracies or
errors in the app's content. Users are encouraged to verify information independently, as
our data comes from a third-party API.
our data comes from a third-party API (the College Football Database).
</li>

<li>
<strong>User Data Privacy Policy</strong><br />
It's important to note that Fieldwing does not collect or store any personal information from users
who visit the site. I will never request your data, or retain any user data, both in the browser and
who visit the site. Fieldwing will never request your data or retain user data, both in the browser and
on the server.
</li>

Expand Down

0 comments on commit bdbbe49

Please sign in to comment.