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

remove ceramic service #5181

Merged
merged 1 commit into from
Feb 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions .cdk/config.ts
Original file line number Diff line number Diff line change
@@ -1,26 +1,9 @@
import { Options } from './ProductionStack';

Check warning on line 1 in .cdk/config.ts

View workflow job for this annotation

GitHub Actions / Test apps

File ignored by default.

Check warning on line 1 in .cdk/config.ts

View workflow job for this annotation

GitHub Actions / Test app

File ignored by default.

Check warning on line 1 in .cdk/config.ts

View workflow job for this annotation

GitHub Actions / Test apps

File ignored by default.

Check warning on line 1 in .cdk/config.ts

View workflow job for this annotation

GitHub Actions / Validate code

File ignored by default.

const charmverseCert = 'arn:aws:acm:us-east-1:310849459438:certificate/b960ff5c-ed3e-4e65-b2c4-ecc64e696902';
const sunnyCert = 'arn:aws:acm:us-east-1:310849459438:certificate/4618b240-08da-4d91-98c1-ac12362be229';

export const apps: { [key: string]: { stg?: Options; prd?: Options } } = {
ceramic: {
prd: {
healthCheck: {
path: '/graphql',
port: 5001
},
instanceType: 't2.micro',
sslCert: charmverseCert
},
stg: {
healthCheck: {
path: '/graphql',
port: 5001
},
instanceType: 't2.micro'
}
},
cron: {
prd: {
environmentType: 'SingleInstance',
Expand Down
14 changes: 0 additions & 14 deletions .ebextensions/ceramic/00_env_vars.config

This file was deleted.

13 changes: 0 additions & 13 deletions .ebextensions/ceramic/01_env_health_ignore_400.config

This file was deleted.

7 changes: 0 additions & 7 deletions .ebextensions/ceramic/04_autoscaling.config

This file was deleted.

21 changes: 0 additions & 21 deletions .ebextensions/ceramic/06_cloudwatch_alarm.config

This file was deleted.

2 changes: 1 addition & 1 deletion .ebextensions/farcaster/00_env_vars.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Do not put any env var or secrets used by the app here. Put in .ebstalk.app.env/ceramic.env
# Do not put any env var or secrets used by the app here. Put in .ebstalk.app.env/farcaster.env
# This file should only have
# - env variables referenced in docker-compose file
# - variables needed for the .platform/hooks/predeploy/01_pull_secrets.sh script to run
Expand Down
2 changes: 1 addition & 1 deletion .ebextensions/sunnyawards/00_env_vars.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Do not put any env var or secrets used by the app here. Put in .ebstalk.app.env/ceramic.env
# Do not put any env var or secrets used by the app here. Put in .ebstalk.app.env/sunnyawards.env
# This file should only have
# - env variables referenced in docker-compose file
# - variables needed for the .platform/hooks/predeploy/01_pull_secrets.sh script to run
Expand Down
5 changes: 0 additions & 5 deletions .ebstalk.apps.env/ceramic.env

This file was deleted.

1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ scripts/
dist/
.next/

apps/ceramic/src/generated/
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
"./apps/farcaster/",
"./apps/sunnyawards/",
"./apps/websockets/",
"./apps/ceramic/",
"./packages/charmeditor/",
"./packages/github/",
"./packages/testing/",
Expand Down
157 changes: 0 additions & 157 deletions .github/workflows/deploy_ceramic.yml

This file was deleted.

36 changes: 0 additions & 36 deletions apps/ceramic/Dockerfile

This file was deleted.

32 changes: 0 additions & 32 deletions apps/ceramic/README.md

This file was deleted.

27 changes: 0 additions & 27 deletions apps/ceramic/esbuild.config.ts

This file was deleted.

Loading
Loading