From 86bff9fc7a66c7420d11cfdcfe3802d8349abc94 Mon Sep 17 00:00:00 2001 From: David-PX <63616767+David-PX@users.noreply.github.com> Date: Wed, 2 Oct 2024 20:41:06 -0400 Subject: [PATCH] Update ci-cd.yml --- .github/workflows/ci-cd.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index f60a05f..59a503c 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -40,6 +40,10 @@ jobs: runs-on: ubuntu-latest if: github.ref == 'refs/heads/main' && success() + env: + DATABASE_URL: ${{ secrets.DATABASE_URL }} # Asegúrate de pasar las variables aquí también + JWT_SECRET: ${{ secrets.JWT_SECRET }} + steps: # 1. Checkout del código - name: Checkout code