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