Fix payload secret name
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
tobias 2024-06-17 17:25:18 +02:00
parent 95e03404c5
commit e215f882b7

View File

@ -2,7 +2,7 @@
kind: pipeline
name: publish pipeline
steps:
- name: publish nextload container
- name: publish nextjs container
image: plugins/docker
settings:
username: 3wordchant
@ -11,7 +11,7 @@ steps:
auto_tag: true
registry: git.autonomic.zone
dockerfile: ./Dockerfile
repo: git.autonomic.zone/autonomic-cooperative/nextload
repo: git.autonomic.zone/autonomic-cooperative/nextjs
- name: deploy stack
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
@ -24,7 +24,7 @@ steps:
environment:
DOMAIN: nextload.swarm-demo.autonomic.zone
STACK_NAME: nextload-demo_autonomic_zone
PAYLOAD_SECRET_VERSION: v1
SECRET_PAYLOAD_SECRET_VERSION: v1
SECRET_MONGO_PASSWORD_VERSION: v1
REPOSITORY: "autonomic-cooperative/nextload"
DRONE_URL: "https://drone.autonomic.zone"