Skip to content

Commit

Permalink
chore: remove code-embed application
Browse files Browse the repository at this point in the history
  • Loading branch information
tericcabrel committed Jun 3, 2024
1 parent b6d931b commit d6f8f03
Show file tree
Hide file tree
Showing 23 changed files with 207 additions and 5,559 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,17 +132,6 @@ jobs:
echo "No Embed Release"
fi
- name: Trigger Lambda Release
continue-on-error: true
run: |
LAMBDA_VERSION=$(jq -r '.releases[] | select(.name == "@snipcode/code-embed") | .newVersion' release.json)
if [ -n "$LAMBDA_VERSION" ]; then
echo "Ready to release Lambda version $LAMBDA_VERSION"
gh workflow run deploy-lambda.yml -r "${{ secrets.GH_BRANCH }}" -f version=$LAMBDA_VERSION
else
echo "No Lambda Release"
fi
- name: Delete Release File
if: ${{ success() }}
env:
Expand Down
52 changes: 0 additions & 52 deletions .github/workflows/deploy-lambda.yml

This file was deleted.

8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Snipcode is an open-source code-sharing platform that makes it easy to create co

## Tech Stack
* [Node.js](https://nodejs.org/en/)
* [Typescript](https://www.typescriptlang.org/)
* [TypeScript](https://www.typescriptlang.org/)
* [GraphQL](https://graphql.org/)
* [MySQL 8 through PlanetScale](https://planetscale.com/)
* [MySQL 8 with PlanetScale](https://planetscale.com/)
* [Prisma](https://www.prisma.io/)
* [Tailwind CSS](https://tailwindcss.com/)
* [AWS](https://aws.amazon.com)
Expand All @@ -26,9 +26,7 @@ Snipcode is an open-source code-sharing platform that makes it easy to create co
```text
snipcode
├─ apps
│ ├─ core
│ ├─ functions
│ │ ├─ code-embed
│ ├─ backend
│ ├─ web
├─ packages
│ ├─ database
Expand Down
7 changes: 0 additions & 7 deletions apps/functions/code-embed/.env.template

This file was deleted.

10 changes: 0 additions & 10 deletions apps/functions/code-embed/.eslintrc.json

This file was deleted.

13 changes: 0 additions & 13 deletions apps/functions/code-embed/.gitignore

This file was deleted.

9 changes: 0 additions & 9 deletions apps/functions/code-embed/CHANGELOG.md

This file was deleted.

108 changes: 0 additions & 108 deletions apps/functions/code-embed/README.md

This file was deleted.

14 changes: 0 additions & 14 deletions apps/functions/code-embed/env.d.ts

This file was deleted.

37 changes: 0 additions & 37 deletions apps/functions/code-embed/package.json

This file was deleted.

34 changes: 0 additions & 34 deletions apps/functions/code-embed/scripts/setup-layer.sh

This file was deleted.

0 comments on commit d6f8f03

Please sign in to comment.