Skip to content

Commit

Permalink
Removed .evn file
Browse files Browse the repository at this point in the history
  • Loading branch information
LauroSilveira committed Nov 16, 2023
1 parent 85dbdda commit 4203772
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 . --file Dockerfile --tag alura-flix-api:$(date +%s)
run: docker build --build-arg JWT_SECRET={{secrets.JWT_SECRET}} . --file Dockerfile --tag alura-flix-api:$(date +%s)

0 comments on commit 4203772

Please sign in to comment.