From 0f0cb1f548e3b26f44ef128dcbf9ec17bd6dfa94 Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Wed, 13 Nov 2024 00:31:47 -0500 Subject: [PATCH] update CD --- .forgejo/workflows/CD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/CD.yml b/.forgejo/workflows/CD.yml index d636802..16fb31e 100644 --- a/.forgejo/workflows/CD.yml +++ b/.forgejo/workflows/CD.yml @@ -91,7 +91,7 @@ jobs: curl -X POST -k -H "Content-Type: application/json" \ -H "Authorization: Bearer ${{ secrets.AWX_API_TOKEN }}" \ -d "{\"extra_vars\": {\"target_host\": \"$target_host\", \"folder\": \"$folder\"}}" \ - "https://awx.mafyuh.xyz/api/v2/job_templates/13/launch/" + "https://awx.mafyuh.xyz/api/v2/job_templates/13/launch/" > /dev/null 2>&1 sleep 45