Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
florimondmanca committed Aug 28, 2024
1 parent 0862e95 commit eba14d8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: MEL Litteralis Import
name: Litteralis MEL Import

on:
workflow_dispatch:
Expand All @@ -10,7 +10,7 @@ on:
- feat/litteralis-auto

jobs:
mel_import:
import:
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
echo "APP_MEL_ORG_ID=${{ vars.APP_MEL_ORG_ID }}" >> .env.local
- name: Run import
run: make ci_mel_import BIN_PHP="php" BIN_CONSOLE="php bin/console" BIN_COMPOSER="composer"
run: make ci_litteralis_mel_import BIN_PHP="php" BIN_CONSOLE="php bin/console" BIN_COMPOSER="composer"
env:
APP_MEL_IMPORT_APP: ${{ vars.APP_MEL_IMPORT_APP }}

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ ci_eudonet_paris_import: ## Run CI steps for Eudonet Paris Import workflow
./tools/scalingodbtunnel ${EUDONET_PARIS_IMPORT_APP} --host-url --port 10000 & ./tools/wait-for-it.sh 127.0.0.1:10000
make console CMD="app:eudonet_paris:import"

ci_mel_import: ## Run CI steps for MEL Import workflow
ci_litteralis_mel_import: ## Run CI steps for Litteralis MEL Import workflow
make composer CMD="install -n --prefer-dist"
scalingo login --ssh --ssh-identity ~/.ssh/id_rsa
./tools/scalingodbtunnel ${APP_MEL_IMPORT_APP} --host-url --port 10000 & ./tools/wait-for-it.sh 127.0.0.1:10000
Expand Down
2 changes: 1 addition & 1 deletion docs/tools/litteralis.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ L'intégration peut être exécutée à l'aide de commandes Symfony spécifiques

Les données la MEL sont automatiquement intégrées en production tous les lundis à 16h00.

Cette automatisation est réalisée au moyen de [GitHub Actions](./github_actions.md) via le workflow [`mel_import.yml`](../../workflows/mel_import.yml).
Cette automatisation est réalisée au moyen de [GitHub Actions](./github_actions.md) via le workflow [`litteralis_mel_import.yml`](../../workflows/litteralis_mel_import.yml).

La configuration passe par diverses variables d'environnement listées ci-dessous :
Expand Down

0 comments on commit eba14d8

Please sign in to comment.