fix: update Portainer API URL to use the correct lab address
Some checks failed
Build And Publish Production Image / Build And Publish Production Image (push) Failing after 11s
Some checks failed
Build And Publish Production Image / Build And Publish Production Image (push) Failing after 11s
This commit is contained in:
@@ -37,7 +37,7 @@ jobs:
|
|||||||
- name: Deploy stack via Portainer API
|
- name: Deploy stack via Portainer API
|
||||||
env:
|
env:
|
||||||
STACK_NAME: condado-newsletter
|
STACK_NAME: condado-newsletter
|
||||||
PORTAINER_URL: http://portainer:31015
|
PORTAINER_URL: http://portainer.lab/
|
||||||
PORTAINER_API_KEY: ${{ secrets.PORTAINER_API_KEY }}
|
PORTAINER_API_KEY: ${{ secrets.PORTAINER_API_KEY }}
|
||||||
PORTAINER_ENDPOINT_ID: ${{ secrets.PORTAINER_ENDPOINT_ID }}
|
PORTAINER_ENDPOINT_ID: ${{ secrets.PORTAINER_ENDPOINT_ID }}
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user