From 94a35c885e5b4d945f768d8e47fafcbd3561c641 Mon Sep 17 00:00:00 2001 From: Sarah G Date: Mon, 21 Aug 2023 15:13:17 +0200 Subject: [PATCH] fix --- .github/workflows/prod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index c5ad8789..32b7cc20 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -78,10 +78,10 @@ jobs: test: runs-on: ubuntu-latest - needs: deploy-preprod + needs: deploy-prod steps: - uses: actions/checkout@v2 - name: Test DNS if: success() run : | - ./infra/scripts/test-alive.sh preprod.basegun.fr \ No newline at end of file + ./infra/scripts/test-alive.sh basegun.fr \ No newline at end of file