fix typo
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Yann Autissier
2024-12-05 00:35:52 +00:00
parent ea1631756f
commit baa995dcb8

View File

@@ -8,9 +8,9 @@ steps:
image: docker:dind image: docker:dind
environment: environment:
COMPOSE_PROJECT_NAME: adv-testing-${DRONE_COMMIT_BRANCH//\//-} COMPOSE_PROJECT_NAME: adv-testing-${DRONE_COMMIT_BRANCH//\//-}
NUXT_APP_BASE_URL: /${DRONE_COMMIT_BRANCH}/ NUXT_APP_BASE_URL: /adv/${DRONE_COMMIT_BRANCH}/
SERVICE_3000_CHECK_HTTP: /${DRONE_COMMIT_BRANCH}/ SERVICE_3000_CHECK_HTTP: /adv/${DRONE_COMMIT_BRANCH}/
SERVICE_3000_TAGS: urlprefix-testing.async.io/adv/${DRONE_COMMIT_BRANCH}/* SERVICE_3000_TAGS: urlprefix-testing.asycn.io/adv/${DRONE_COMMIT_BRANCH}/*
commands: commands:
- docker compose -f docker/docker-compose.yml -f docker/docker-compose.labels.yml up --build -d - docker compose -f docker/docker-compose.yml -f docker/docker-compose.labels.yml up --build -d
volumes: volumes:
@@ -35,7 +35,7 @@ steps:
``` ```
{{commit.message}} {{commit.message}}
``` ```
🌐 https://testing.async.io/adv/{{commit.branch}}/ 🌐 https://testing.asycn.io/adv/{{commit.branch}}/
{{else}} {{else}}
❌ Le build #{{build.number}} du repo `{{repo.name}}` est un gros fail... ❌ Le build #{{build.number}} du repo `{{repo.name}}` est un gros fail...
📝 Commit de {{commit.email}} sur la branche `{{commit.branch}}`: 📝 Commit de {{commit.email}} sur la branche `{{commit.branch}}`: