ci: Add Postgres URL for DPs

This commit is contained in:
Shrikant Sharat Kandula 2024-06-28 23:49:21 +05:30 committed by GitHub
parent e662e7edc7
commit a8da148b41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -258,6 +258,7 @@ jobs:
DB_PASSWORD: ${{ secrets.DB_PASSWORD }}
DB_URL: ${{ secrets.DB_URL }}
DP_EFS_ID: ${{ secrets.APPSMITH_DP_EFS_ID }}
DP_POSTGRES_URL: ${{ secrets.DP_POSTGRES_URL }}
REDIS_URL: ${{ secrets.APPSMITH_DP_REDIS_URL }}
run: |
echo "environment variables set to deploy the image" $IMAGE_HASH