Skip to content

Commit

Permalink
web: disable blog endpoints temporarily until image cdn is back online (
Browse files Browse the repository at this point in the history
#127)

* web: disabled blog endpoints temporarily until image cdn is back online

* web: disable blog ssg

* remove blog and events routes
  • Loading branch information
RealDyllon authored Oct 4, 2023
1 parent 8708672 commit f25f25d
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 199 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/cd-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
ghcr.io/${{ github.repository_owner }}/website/merch:latest
deploy-to-production:
name: Deploy To Production
name: Deploy To Production Server
runs-on: ubuntu-22.04
needs:
- build-cms
Expand Down Expand Up @@ -85,8 +85,7 @@ jobs:
name: Build Web next.js app
runs-on: ubuntu-22.04
needs:
- build-cms
- build-merch
- deploy-to-production
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand Down Expand Up @@ -147,7 +146,7 @@ jobs:
run: npm install --global vercel@latest

- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}

- name: Copy Build Artifacts to .vercel dir
run: vercel build --token=${{ secrets.VERCEL_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions apps/web/features/home/components/HomeHero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,15 @@ export const HomeHero = () => {
color="transparent"
paddingY={["0px", "0px", "0px", "24px"]}
>
<Link href="/events">
{/*<Link href="/events">*/}
<Text
textAlign="center"
my={["8px", "8px", "8px", "0px"]}
cursor="pointer"
>
10+ events yearly
</Text>
</Link>
{/*</Link>*/}

<Link href="/academics">
<Text
Expand Down
75 changes: 0 additions & 75 deletions apps/web/pages/blog/[slug].tsx

This file was deleted.

53 changes: 0 additions & 53 deletions apps/web/pages/blog/author/[name].tsx

This file was deleted.

26 changes: 0 additions & 26 deletions apps/web/pages/blog/index.tsx

This file was deleted.

39 changes: 0 additions & 39 deletions apps/web/pages/events.tsx

This file was deleted.

0 comments on commit f25f25d

Please sign in to comment.