Hithomelabs/CFTunnels#91: address review feedback - use IP address 192.168.0.100 instead of Docker hostnames for Portainer automation URLs
All checks were successful
sample gradle build and test / build (pull_request) Successful in 1m49s

This commit is contained in:
hitanshu310 2026-07-09 00:58:38 +05:30
parent 8e02a9fcd0
commit b09386beee
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ jobs:
- name: Trigger Portainer Redeploy (Prod)
if: success()
env:
PORTAINER_AUTOMATION_URL: "http://portainer-automation-prod:8082"
PORTAINER_AUTOMATION_URL: "http://192.168.0.100:8082"
STACK_ID: ${{ vars.CFTUNNELS_PROD_STACK_ID }}
API_KEY: ${{ secrets.PORTAINER_SERVICE_API_KEY_PROD }}
run: |

View File

@ -67,7 +67,7 @@ jobs:
- name: Trigger Portainer Redeploy (Dev)
if: success()
env:
PORTAINER_AUTOMATION_URL: "http://portainer-automation-dev:8081"
PORTAINER_AUTOMATION_URL: "http://192.168.0.100:8081"
STACK_ID: ${{ vars.CFTUNNELS_DEV_STACK_ID }}
API_KEY: ${{ secrets.PORTAINER_SERVICE_API_KEY }}
run: |