Skip to content

Commit

Permalink
Remove landing (#904)
Browse files Browse the repository at this point in the history
* build(landing): add paddle deps

* feat(frontend): add basic paddle stuff

* fix(landing): use correct amount for lifetime

* ci: remove landing page application
  • Loading branch information
IgnisDa authored Jul 6, 2024
1 parent 2544b7c commit 182e4e7
Show file tree
Hide file tree
Showing 37 changed files with 59 additions and 5,253 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,25 +190,3 @@ jobs:
publish_dir: docs/site
publish_branch: nf-docs
force_orphan: true

deploy-landing:
runs-on: ubuntu-latest
needs: docker-release
steps:
- uses: actions/checkout@v4

- name: Setup Moon
uses: moonrepo/setup-toolchain@v0
with:
auto-install: true

- name: Build landing page
run: moon run landing:build

- name: Push to deployment branch
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: apps/landing/dist
publish_branch: nf-landing
force_orphan: true
1 change: 0 additions & 1 deletion .moon/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ $schema: "https://moonrepo.dev/schemas/workspace.json"
projects:
frontend: "apps/frontend"
kodi: "apps/kodi"
landing: "apps/landing"
assets: "libs/assets"
generated: "libs/generated"
graphql: "libs/graphql"
Expand Down
10 changes: 0 additions & 10 deletions apps/landing/astro.config.mjs

This file was deleted.

24 changes: 0 additions & 24 deletions apps/landing/moon.yml

This file was deleted.

18 changes: 0 additions & 18 deletions apps/landing/package.json

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file removed apps/landing/public/seo.webp
Binary file not shown.
Binary file removed apps/landing/public/template.webp
Binary file not shown.
21 changes: 0 additions & 21 deletions apps/landing/src/components/Action.astro

This file was deleted.

4 changes: 0 additions & 4 deletions apps/landing/src/components/Background.astro

This file was deleted.

5 changes: 0 additions & 5 deletions apps/landing/src/components/Card.astro

This file was deleted.

26 changes: 0 additions & 26 deletions apps/landing/src/components/Icon.astro

This file was deleted.

5 changes: 0 additions & 5 deletions apps/landing/src/components/IconWrapper.astro

This file was deleted.

11 changes: 0 additions & 11 deletions apps/landing/src/components/SectionTitle.astro

This file was deleted.

1 change: 0 additions & 1 deletion apps/landing/src/config/constants.ts

This file was deleted.

103 changes: 0 additions & 103 deletions apps/landing/src/config/landing.interface.ts

This file was deleted.

91 changes: 0 additions & 91 deletions apps/landing/src/data/landing.json

This file was deleted.

2 changes: 0 additions & 2 deletions apps/landing/src/env.d.ts

This file was deleted.

5 changes: 0 additions & 5 deletions apps/landing/src/icons/socials/DiscordIcon.astro

This file was deleted.

6 changes: 0 additions & 6 deletions apps/landing/src/icons/socials/GithubIcon.astro

This file was deleted.

5 changes: 0 additions & 5 deletions apps/landing/src/icons/socials/TwitterIcon.astro

This file was deleted.

Loading

0 comments on commit 182e4e7

Please sign in to comment.