Skip to content

Commit

Permalink
env vars removed from task def
Browse files Browse the repository at this point in the history
  • Loading branch information
priyaranjanpatil committed Dec 22, 2023
1 parent 3747895 commit 6648fe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Connect to an AWS role from a GitHub repository
# Controls when the action will run. Invokes the workflow on push events but only for the main branch
on:
push:
branches: [main]
branches: [5165-cicd]
pull_request:
branches: [main]

Expand Down
23 changes: 1 addition & 22 deletions ogcapi-java-dev-td.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,28 +13,7 @@
}
],
"essential": true,
"environment": [
{
"name": "ELASTIC_URL",
"value": "<ELASTIC_URL>"
},
{
"name": "ELASTIC_KEY",
"value": "<ELASTIC_KEY>"
},
{
"name": "HOST",
"value": "<HOST>"
},
{
"name": "ENVIRONMENT",
"value": "<ENVIRONMENT>"
},
{
"name": "PORT",
"value": "<PORT>"
}
],
"environment": [],
"environmentFiles": [],
"mountPoints": [],
"volumesFrom": [],
Expand Down

0 comments on commit 6648fe2

Please sign in to comment.