Skip to content

Commit

Permalink
Update ci-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
David-PX authored Oct 3, 2024
1 parent 8b1be87 commit 86bff9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 86bff9f

Please sign in to comment.