From c761c62ce5cd62076d3846ff47cb9c4f74f13470 Mon Sep 17 00:00:00 2001 From: Lauro Correia Silveira Date: Thu, 16 Nov 2023 17:24:28 +0100 Subject: [PATCH] Fix erro JWT_SECRET to deploy on Render --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13e5a4b..95d7e77 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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) \ No newline at end of file + run: docker build --env-file .env . --file Dockerfile --tag alura-flix-api:$(date +%s) \ No newline at end of file