Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(backend): migrate to nestjs #68

Merged
merged 10 commits into from
Jun 3, 2024
Prev Previous commit
Next Next commit
chore: remove code-embed application
  • Loading branch information
tericcabrel committed May 29, 2024
commit 7b0617ee61e3d956b67924ed1f14bb5accaacdaf
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.

Loading