[ISSUE-91] Wire CI deploy triggers for Portainer auto-redeploy #136
@ -58,7 +58,7 @@ jobs:
|
|||||||
- name: Trigger Portainer Redeploy (Prod)
|
- name: Trigger Portainer Redeploy (Prod)
|
||||||
if: success()
|
if: success()
|
||||||
env:
|
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 }}
|
STACK_ID: ${{ vars.CFTUNNELS_PROD_STACK_ID }}
|
||||||
API_KEY: ${{ secrets.PORTAINER_SERVICE_API_KEY_PROD }}
|
API_KEY: ${{ secrets.PORTAINER_SERVICE_API_KEY_PROD }}
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@ -67,7 +67,7 @@ jobs:
|
|||||||
- name: Trigger Portainer Redeploy (Dev)
|
- name: Trigger Portainer Redeploy (Dev)
|
||||||
if: success()
|
if: success()
|
||||||
env:
|
env:
|
||||||
PORTAINER_AUTOMATION_URL: "http://portainer-automation-dev:8081"
|
PORTAINER_AUTOMATION_URL: "http://192.168.0.100:8081"
|
||||||
|
hitanshu
commented
I think it won't work unless we use the IP address, 192.168.0.100 I think it won't work unless we use the IP address, 192.168.0.100
|
|||||||
STACK_ID: ${{ vars.CFTUNNELS_DEV_STACK_ID }}
|
STACK_ID: ${{ vars.CFTUNNELS_DEV_STACK_ID }}
|
||||||
API_KEY: ${{ secrets.PORTAINER_SERVICE_API_KEY }}
|
API_KEY: ${{ secrets.PORTAINER_SERVICE_API_KEY }}
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user
I think it won't work unless we use the IP address, 192.168.0.100