From 762e13e4bc31c47933e459de7994bdc526606579 Mon Sep 17 00:00:00 2001 From: luciano-freitas-melo <202016847@aluno.unb.br> Date: Fri, 1 Dec 2023 16:43:11 -0300 Subject: [PATCH 1/2] atualizar .env do projeto --- backend/.env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/.env.example b/backend/.env.example index 2820c31..ab779ee 100644 --- a/backend/.env.example +++ b/backend/.env.example @@ -1,3 +1,4 @@ DATABASE_URL=postgres://postgres:postgres@db:5432/postgres?schema=public AUTH_CONFIG_SECRET=auth_config_secret +POSTGRES_PASSWORD=postgres SERVER_PORT=3000 \ No newline at end of file From 92fe133d39c44ed43e687c044fd58f0a1fd6324c Mon Sep 17 00:00:00 2001 From: Weslley Barros Date: Sat, 2 Dec 2023 16:23:33 -0300 Subject: [PATCH 2/2] Update deploy-docs.yaml travar gh-pages --- .github/workflows/deploy-docs.yaml | 36 +++++++++++++++--------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/deploy-docs.yaml b/.github/workflows/deploy-docs.yaml index c81689a..d9b91db 100644 --- a/.github/workflows/deploy-docs.yaml +++ b/.github/workflows/deploy-docs.yaml @@ -1,18 +1,18 @@ -name: Deploy Docs -on: - push: - branches: - - main - paths: - - docs/** - - mkdocs.yml -jobs: - deploy: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-python@v2 - with: - python-version: 3.x - - run: pip3 install mkdocs-material - - run: mkdocs gh-deploy --force \ No newline at end of file +#name: Deploy Docs +#on: +# push: +# branches: +# - main +# paths: +# - docs/** +# - mkdocs.yml +#jobs: +# deploy: +# runs-on: ubuntu-latest +# steps: +# - uses: actions/checkout@v2 +# - uses: actions/setup-python@v2 +# with: +# python-version: 3.x +# - run: pip3 install mkdocs-material +# - run: mkdocs gh-deploy --force