Skip to content

Commit

Permalink
cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
amish kohli authored and amish kohli committed Jan 21, 2025
1 parent fdc9eae commit 65bba42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ jobs:
--container-definitions '[{
"name": "ai-api",
"image": "058264122535.dkr.ecr.us-east-1.amazonaws.com/api/ionic:latest",
"cpu": 4096,
"memory": 8192,
"environment": [
{"name": "SUPABASE_URL", "value": "${{ secrets.SUPABASE_URL }}"},
{"name": "SUPABASE_ANON_KEY", "value": "${{ secrets.SUPABASE_ANON_KEY }}"}
Expand Down

0 comments on commit 65bba42

Please sign in to comment.