diff --git a/.github/workflows/deploy-docs.yaml b/.github/workflows/deploy-docs.yaml index 53a28c2..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 +#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 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