Skip to content

Commit

Permalink
Fix erro JWT_SECRET to deploy on Render
Browse files Browse the repository at this point in the history
  • Loading branch information
LauroSilveira committed Nov 16, 2023
1 parent e6f2506 commit c761c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build Docker Image
run: docker build --build-arg JWT_SECRET=${{secrets.JWT_SECRET}} . --file Dockerfile --tag alura-flix-api:$(date +%s)
run: docker build --env-file .env . --file Dockerfile --tag alura-flix-api:$(date +%s)

0 comments on commit c761c62

Please sign in to comment.