Skip to content

Commit

Permalink
doc: rename pr-infra-compose.sh occurences to pr-tests-compose.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Perruzza <[email protected]>
  • Loading branch information
EthanPERRUZZA committed Oct 24, 2024
1 parent 71bac82 commit 74ab06d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions content/docs/guides/contribute/code-review.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ The app will be launched on the 4001 port. You can access it at: http://localhos

### Available Commands:

* `./scripts/pr-infra-compose.sh 8914 up`: Downloads the CI-generated images for PR #8914 and launches the application.
* `./scripts/pr-infra-compose.sh 8914 up-and-load-backup ./path_to_backup`: Downloads the images for PR #8914, restores data from the provided backup, and starts the application.
* `./scripts/pr-infra-compose.sh 8914 down`: Shuts down the test application instance for PR #8914.
* `./scripts/pr-infra-compose.sh 8914 down-and-clean`: Shuts down the test instance and cleans all the instance's docker volumes (PG data, Redis cache, RabbitMQ) to prevent any side-effects.
* `./scripts/pr-tests-compose.sh 8914 up`: Downloads the CI-generated images for PR #8914 and launches the application.
* `./scripts/pr-tests-compose.sh 8914 up-and-load-backup ./path_to_backup`: Downloads the images for PR #8914, restores data from the provided backup, and starts the application.
* `./scripts/pr-tests-compose.sh down`: Shuts down the test application instance for PR #8914.
* `./scripts/pr-tests-compose.sh down-and-clean`: Shuts down the test instance and cleans all the instance's docker volumes (PG data, Redis cache, RabbitMQ) to prevent any side-effects.

### Accessing Services:

Expand Down
8 changes: 4 additions & 4 deletions content/docs/guides/contribute/code-review.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ L'application sera lancée sur le port 4001. Vous pouvez y accéder en suivant :

### Commandes Disponibles :

* `./scripts/pr-infra-compose.sh 8914 up` : Télécharge les images CI générées pour la PR #8914 et lance l'application.
* `./scripts/pr-infra-compose.sh 8914 up-and-load-backup ./path_to_backup` : Télécharge les images pour la PR #8914, restaure les données à partir de la sauvegarde spécifiée, et démarre l'application.
* `./scripts/pr-infra-compose.sh 8914 down` : Arrête l'instance de test de l'application pour la PR #8914.
* `./scripts/pr-infra-compose.sh 8914 down-and-clean` : Arrête l'instance de test et nettoie l'ensemble des volumes docker de l'instance (base de donnée PG, cache Redis, RabbitMQ) pour éviter tout effet de bord.
* `./scripts/pr-tests-compose.sh 8914 up` : Télécharge les images CI générées pour la PR #8914 et lance l'application.
* `./scripts/pr-tests-compose.sh 8914 up-and-load-backup ./path_to_backup` : Télécharge les images pour la PR #8914, restaure les données à partir de la sauvegarde spécifiée, et démarre l'application.
* `./scripts/pr-tests-compose.sh down` : Arrête l'instance de test de l'application pour la PR #8914.
* `./scripts/pr-tests-compose.sh down-and-clean` : Arrête l'instance de test et nettoie l'ensemble des volumes docker de l'instance (base de donnée PG, cache Redis, RabbitMQ) pour éviter tout effet de bord.


### Accès aux Services :
Expand Down

0 comments on commit 74ab06d

Please sign in to comment.