Update .forgejo/workflows/CD.yml

This commit is contained in:
Matt Reeves 2024-06-10 03:11:13 +00:00
parent f4a256ad4f
commit 35b343286e

View file

@ -94,8 +94,8 @@ jobs:
-d "{\"extra_vars\": {\"target_host\": \"$TARGET_HOST\", \"folder\": \"$FOLDER\"}}" \ -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/"
- name: Delay for 2 minutes - name: Delay for 45 seconds
run: sleep 120 # 120 seconds = 2 minutes run: sleep 45
- name: Fetch AWX Job Logs - name: Fetch AWX Job Logs
run: | run: |