[FIX] Add --method=POST to wget in Portainer Redeploy triggers #145

Merged
hitanshu merged 1 commits from Dave/CFTunnels:fix/wget-method-post into test 2026-07-08 21:00:51 +00:00

1 Commits

Author SHA1 Message Date
a3a3917fc0 Hithomelabs/CFTunnels#<issue>: Add --method=POST to wget deploy trigger commands
All checks were successful
sample gradle build and test / build (pull_request) Successful in 2m1s
sample gradle build and test / tag (push) Successful in 6s
sample gradle build and test / build_tag_push (push) Successful in 2m20s
The Portainer redeploy endpoint POST /api/deploy/{stackId} requires
POST requests. wget defaults to GET, so --method=POST is needed.
Applied to both Dev (test_image_build_push.yml) and Prod
(prod_image_tag_promote.yaml) workflow files.
2026-07-09 02:27:48 +05:30