Skip to content

Commit

Permalink
chore: deploy
Browse files Browse the repository at this point in the history
update name + delete old file
  • Loading branch information
seaerchin committed Aug 15, 2024
1 parent 5ccee7a commit 182a33b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 124 deletions.
6 changes: 1 addition & 5 deletions .aws/deploy/task-definition.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"containerDefinitions": [
{
"name": "backend",
"name": "studio",
"portMappings": [
{
"containerPort": 3000,
Expand All @@ -26,10 +26,6 @@
},
"volumesFrom": [],
"secrets": [
{
"name": "CLOUDMERSIVE_API_KEY",
"valueFrom": "STAGING_CLOUDMERSIVE_API_KEY"
},
{
"name": "NEXT_PUBLIC_ENABLE_STORAGE",
"valueFrom": "NEXT_PUBLIC_ENABLE_STORAGE"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_vapt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
ecs-task-definition-path: ".aws/deploy/task-definition.json"
codedeploy-application-name: "isomer-next-infra-ecs-app"
codedeploy-deployment-group: "isomer-next-infra-ecs-dg"
path-to-dockerfile: "Dockerfile"
path-to-dockerfile: "./apps/studio/Dockerfile"

secrets:
DD_API_KEY: ${{ secrets.DD_API_KEY_GITHUB_ACTIONS }}
Expand Down
118 changes: 0 additions & 118 deletions apps/studio/deploy/task-definition.json

This file was deleted.

0 comments on commit 182a33b

Please sign in to comment.