Fix payload secret name
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
95e03404c5
commit
e215f882b7
@ -2,7 +2,7 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: publish pipeline
|
name: publish pipeline
|
||||||
steps:
|
steps:
|
||||||
- name: publish nextload container
|
- name: publish nextjs container
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
username: 3wordchant
|
username: 3wordchant
|
||||||
@ -11,7 +11,7 @@ steps:
|
|||||||
auto_tag: true
|
auto_tag: true
|
||||||
registry: git.autonomic.zone
|
registry: git.autonomic.zone
|
||||||
dockerfile: ./Dockerfile
|
dockerfile: ./Dockerfile
|
||||||
repo: git.autonomic.zone/autonomic-cooperative/nextload
|
repo: git.autonomic.zone/autonomic-cooperative/nextjs
|
||||||
|
|
||||||
- name: deploy stack
|
- name: deploy stack
|
||||||
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
|
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
|
||||||
@ -24,7 +24,7 @@ steps:
|
|||||||
environment:
|
environment:
|
||||||
DOMAIN: nextload.swarm-demo.autonomic.zone
|
DOMAIN: nextload.swarm-demo.autonomic.zone
|
||||||
STACK_NAME: nextload-demo_autonomic_zone
|
STACK_NAME: nextload-demo_autonomic_zone
|
||||||
PAYLOAD_SECRET_VERSION: v1
|
SECRET_PAYLOAD_SECRET_VERSION: v1
|
||||||
SECRET_MONGO_PASSWORD_VERSION: v1
|
SECRET_MONGO_PASSWORD_VERSION: v1
|
||||||
REPOSITORY: "autonomic-cooperative/nextload"
|
REPOSITORY: "autonomic-cooperative/nextload"
|
||||||
DRONE_URL: "https://drone.autonomic.zone"
|
DRONE_URL: "https://drone.autonomic.zone"
|
||||||
|
Loading…
Reference in New Issue
Block a user