From 2f6064b3eb429845ea0043e3bad88db4d971f250 Mon Sep 17 00:00:00 2001 From: Thibaut R Date: Wed, 28 Aug 2024 17:12:24 +0200 Subject: [PATCH] Fixed obas url for dev deploy and template id in AWX --- .github/workflows/test-feature-branch.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-feature-branch.yml b/.github/workflows/test-feature-branch.yml index 923f65b05c..6a34b2aacc 100644 --- a/.github/workflows/test-feature-branch.yml +++ b/.github/workflows/test-feature-branch.yml @@ -87,8 +87,8 @@ jobs: ansible-tower-user: ${{ secrets.AWX_USER }} ansible-tower-pass: ${{ secrets.AWX_PASSWORD }} ansible-tower-url: ${{ secrets.AWX_URL }} - template-id: "19" + template-id: "65" additional-vars: | { "openbas_version": "${{steps.meta.outputs.version}}", "openbas_config": ${{ inputs.openbas_config }} } - name: display URL - run: echo "https://${{steps.meta.outputs.version}}.oex.dev.filigran.io" + run: echo "https://${{steps.meta.outputs.version}}.obas.dev.filigran.io"