Skip to content

Commit e68b77e

Browse files
committed
feat: add DATABASE_URL to deployment environment variables
- Updated deploy.yml to include DATABASE_URL from GitHub secrets for improved deployment configuration.
1 parent 2471c42 commit e68b77e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
echo "GIT_COMMIT_HASH=${{ github.sha }}" >> envfile
6969
echo "ALLOWED_ORIGINS=${{ secrets.ALLOWED_ORIGINS }}" >> envfile
7070
echo "FRONTEND_URL=${{ secrets.FRONTEND_URL }}" >> envfile
71+
echo "DATABASE_URL=${{ secrets.DATABASE_URL }}" >> envfile
7172
- name: Docker Stack Deploy
7273
uses: cssnr/stack-deploy-action@v1
7374
with:

0 commit comments

Comments
 (0)