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
|
||||
env:
|
||||
STACK_NAME: condado-newsletter
|
||||
PORTAINER_URL: http://portainer.lab/
|
||||
PORTAINER_URL: http://portainer.lab/
|
||||
PORTAINER_API_KEY: ${{ secrets.PORTAINER_API_KEY }}
|
||||
PORTAINER_ENDPOINT_ID: ${{ secrets.PORTAINER_ENDPOINT_ID }}
|
||||
run: |
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
condado-newsletter:
|
||||
image: gitea.lab/sancho41/condado-newsletter:latest
|
||||
image: sancho41/condado-newsletter:latest
|
||||
container_name: condado-newsletter
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user