From f0bf2f8dd0ec00f1f5a79d7e007dbbc30f483b90 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Fri, 22 Mar 2024 12:38:10 -0400 Subject: [PATCH] seperate aws rds uri --- .github/workflows/build-staging-and-deploy-aws.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build-staging-and-deploy-aws.yml b/.github/workflows/build-staging-and-deploy-aws.yml index ff329dac44..1361300f76 100644 --- a/.github/workflows/build-staging-and-deploy-aws.yml +++ b/.github/workflows/build-staging-and-deploy-aws.yml @@ -74,15 +74,11 @@ jobs: node-version: "20" - name: Change directory to backend and install dependencies env: - DB_CONNECTION_URI: ${{ secrets.DB_CONNECTION_URI }} + DB_CONNECTION_URI: ${{ secrets.AWS_DB_CONNECTION_URI }} run: | cd backend npm install npm run migration:latest - # - name: Run postgres DB migration files - # env: - # DB_CONNECTION_URI: ${{ secrets.DB_CONNECTION_URI }} - # run: npm run migration:latest gamma-deployment: name: Deploy to gamma runs-on: ubuntu-latest