fix: update Portainer API URL and correct image reference in Docker Compose
Some checks failed
Build And Publish Production Image / Build And Publish Production Image (push) Failing after 12s
Some checks failed
Build And Publish Production Image / Build And Publish Production Image (push) Failing after 12s
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.lab/
|
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: |
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
condado-newsletter:
|
condado-newsletter:
|
||||||
image: gitea.lab/sancho41/condado-newsletter:latest
|
image: sancho41/condado-newsletter:latest
|
||||||
container_name: condado-newsletter
|
container_name: condado-newsletter
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user