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