Skip to content

Commit

Permalink
conflito com a main
Browse files Browse the repository at this point in the history
  • Loading branch information
luciano-freitas-melo committed Dec 5, 2023
2 parents 1ff1ba7 + 92fe133 commit 0f4b4b6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions backend/.env.example
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0f4b4b6

Please sign in to comment.