Skip to content

Commit

Permalink
remove scout game admin
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcasey committed Nov 25, 2024
1 parent b72cf4e commit c33ac3c
Show file tree
Hide file tree
Showing 162 changed files with 5 additions and 6,391 deletions.
5 changes: 0 additions & 5 deletions .cdk/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ export const apps: { [key: string]: { stg?: Options; prd?: Options } } = {
sslCert: sunnyCert
}
},
scoutgameadmin: {
prd: {
sslCert: scoutgameCert
}
},
scoutgame: {
prd: {
sslCert: scoutgameCert
Expand Down
14 changes: 0 additions & 14 deletions .ebextensions/scoutgameadmin/00_env_vars.config

This file was deleted.

4 changes: 0 additions & 4 deletions .ebextensions/scoutgameadmin/01_filesystem.config

This file was deleted.

7 changes: 0 additions & 7 deletions .ebextensions/scoutgameadmin/02_autoscaling.config

This file was deleted.

13 changes: 0 additions & 13 deletions .ebextensions/scoutgameadmin/03_env_health_ignore_400.config

This file was deleted.

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

This file was deleted.

42 changes: 0 additions & 42 deletions .ebextensions/scoutgameadmin/07_http-to-https.config

This file was deleted.

34 changes: 0 additions & 34 deletions .ebstalk.apps.env/scoutgameadmin.env

This file was deleted.

3 changes: 1 addition & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
"./apps/farcaster/",
"./apps/scoutgame/",
"./apps/scoutgametelegram/",
"./apps/scoutgameadmin/",
"./apps/scoutgamecron/",
"./apps/sunnyawards/",
"./apps/waitlist/",
Expand Down Expand Up @@ -208,4 +207,4 @@
}
}
]
}
}
1 change: 0 additions & 1 deletion .github/actions/build_docker_image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ runs:
rm -rf apps/sunnyawards/.next/cache
rm -rf apps/farcaster/.next/cache
rm -rf apps/scoutgametelegram/.next/cache
rm -rf apps/scoutgameadmin/.next/cache
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down
Loading

0 comments on commit c33ac3c

Please sign in to comment.