update ci setup
This commit is contained in:
parent
fff7b70527
commit
c492de29d9
4 changed files with 15 additions and 2 deletions
0
.ci/lint.sh
Normal file → Executable file
0
.ci/lint.sh
Normal file → Executable file
1
.ci/requirements.txt
Normal file
1
.ci/requirements.txt
Normal file
|
@ -0,0 +1 @@
|
|||
pyyaml==6.0.2
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
.vscode
|
||||
.env.priv
|
||||
.env.priv
|
||||
.venv
|
13
README.md
13
README.md
|
@ -1,3 +1,14 @@
|
|||
# Services Gnous
|
||||
|
||||
L'ensemble des docker compose pour les services du projet Gnous.
|
||||
L'ensemble des docker compose pour les services du projet Gnous.
|
||||
|
||||
## Lint
|
||||
|
||||
```
|
||||
python3 -m venv .venv/
|
||||
source .venv/bin/activate
|
||||
pip install -r .ci/requirements.txt
|
||||
python3 .ci/port_attribution_watcher.py
|
||||
python3 .ci/traefik_label_watcher.py
|
||||
./.ci/lint.sh
|
||||
```
|
Loading…
Add table
Reference in a new issue