Update .forgejo/workflows/CD.yml

This commit is contained in:
Matt Reeves 2024-06-09 22:56:59 +00:00
parent e43eebdcb7
commit d93f8ab692

View file

@ -56,5 +56,11 @@ jobs:
curl -X POST \ curl -X POST \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
-H "Authorization: Bearer ${{ secrets.AWX_API_TOKEN }}" \ -H "Authorization: Bearer ${{ secrets.AWX_API_TOKEN }}" \
-d "{\"extra_vars\": {\"target_host\": \"${{ steps.determine-host.outputs.target_host }}\", \"folder\": \"${{ steps.determine-host.outputs.folder }}\"}}" \ -d '{
"https://awx.mafyuh.xyz/api/v2/job_templates/13/launch/" "extra_vars": {
"target_host": "'"${{ steps.determine-host.outputs.target_host }}"'",
"folder": "'"${{ steps.determine-host.outputs.folder }}"'"
}
}' \
"https://awx.mafyuh.xyz/api/v2/job_templates/13/launch/" \
-v