Skip to content

Commit

Permalink
Merge pull request #3 from fga-eps-mds/dev
Browse files Browse the repository at this point in the history
Atualizando main
  • Loading branch information
DaviMatheus authored Aug 19, 2024
2 parents a6a5e07 + 19bc9b1 commit 7130a73
Show file tree
Hide file tree
Showing 32 changed files with 1,975 additions and 90 deletions.
3 changes: 3 additions & 0 deletions .env.dev
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
MONGODB_URI=
USER_SERVICE_URL=
AUTH_SERVICE_URL=
5 changes: 4 additions & 1 deletion .github/workflows/metrics.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Metrics and Release

on:
push:
branches:
- dev
pull_request:
branches:
- dev
Expand Down Expand Up @@ -34,4 +37,4 @@ jobs:
cd ${{secrets.GIT_DOC_REPO}}
git add .
git commit -m "Adicionando métricas do repositório ${{ github.event.repository.name }} ${{ github.ref_name }}"
git push
git push
Loading

0 comments on commit 7130a73

Please sign in to comment.