Compare commits

...

7 Commits

Author SHA1 Message Date
6dabe38206 add labal for WatchTower
Some checks failed
CI/CD Docker Compose / Validate (push) Successful in 18s
CI/CD Docker Compose / Deploy-And-Test (push) Failing after 1m20s
2025-02-01 14:41:33 +01:00
77750abde4 test merge to main
Some checks failed
CI/CD Docker Compose / Validate (push) Successful in 7s
CI/CD Docker Compose / Deploy-And-Test (push) Failing after 1m6s
2025-01-31 19:16:12 +01:00
d0421fdb64 test - 002
Some checks failed
CI/CD Docker Compose / Validate (push) Successful in 6s
CI/CD Docker Compose / Deploy-And-Test (push) Failing after 1m8s
2025-01-31 19:13:45 +01:00
0efd042f77 test
Some checks failed
CI/CD Docker Compose / Validate (push) Successful in 7s
CI/CD Docker Compose / Deploy-And-Test (push) Has been cancelled
2025-01-31 19:12:59 +01:00
bb78c23a5f rzerr 2025-01-31 19:12:37 +01:00
6b182e42f1 new test 2025-01-31 19:11:16 +01:00
ac0ee903b6 test : version simple 2025-01-31 19:08:02 +01:00
2 changed files with 4 additions and 4 deletions

View File

@ -75,7 +75,7 @@ jobs:
- name: Waiting for services to be ready
run: |
sleep 30
sleep 20
- name: Print Docker Compose services status
run: docker ps
@ -97,14 +97,13 @@ jobs:
- name: Incrémenter le numéro de version
if: success()
run: |
cat VERSION
current_version=$(cat VERSION)
new_version=$(echo "$current_version + 1" | bc)
echo "$new_version" > VERSION
echo "$current_version" > VERSION
git config user.name 'Gitea Actions'
git config user.email 'actions@gitea.io'
git add VERSION
git commit -m "Incrémentation automatique de la version à $new_version"
git commit -m "Incrémentation automatique de la version à $current_version"
- name: Fusionner dans main
if: success()

View File

@ -29,6 +29,7 @@ services:
- traefik_front_network
- back_network_docuseal
labels:
- "com.centurylinklabs.watchtower.enable=true"
- "traefik.enable=true"
- "traefik.docker.network=traefik_front_network"
# HTTP