Skip to content

Commit 7f9cdc6

Browse files
james-crossJames-Cross
andauthored
merge staging into main (#90)
* Test/minor update (#87) * minor update to check deployment * updates vercel to ignore pr auth --------- Co-authored-by: James-Cross <james@streetsupport.net> * Test/minor update (#88) * minor update to check deployment * updates vercel to ignore pr auth * removes vercel changes --------- Co-authored-by: James-Cross <james@streetsupport.net> * removes manual vercel deploy (#89) --------- Co-authored-by: James-Cross <james@streetsupport.net>
1 parent 4f0cbd2 commit 7f9cdc6

File tree

3 files changed

+1
-14
lines changed

3 files changed

+1
-14
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,6 @@ jobs:
4444
- name: Checkout repository
4545
uses: actions/checkout@v3
4646

47-
- name: Deploy to Vercel (Staging)
48-
if: github.ref == 'refs/heads/staging'
49-
run: npx vercel --prod --yes --token=${{ secrets.VERCEL_STAGING_TOKEN }}
50-
51-
- name: Deploy to Vercel (Production)
52-
if: github.ref == 'refs/heads/main'
53-
run: npx vercel --prod --yes --token=${{ secrets.VERCEL_MAIN_TOKEN }}
54-
5547
- name: Notify Slack that tests passed
5648
if: success()
5749
env:

src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default function Home() {
2727
{[
2828
{ title: 'Instant Updates', desc: 'Stay informed with live alerts and notifications.' },
2929
{ title: 'Community Map', desc: 'Visualise nearby resources and support hubs.' },
30-
{ title: 'Volunteer Hub', desc: 'Connect with volunteers in your area.' }
30+
{ title: 'Volunteer Hub', desc: 'Connect with volunteers in your local area.' }
3131
].map((feature) => (
3232
<div
3333
key={feature.title}

vercel.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)