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