Update drone config
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
3wc 2024-05-17 19:38:39 -03:00
parent d07472434f
commit 81ba80a956

View File

@ -9,7 +9,7 @@ steps:
password:
from_secret: git_autonomic_zone_token_3wc
# NOTE: edit this if you want your image called something else
repo: git.autonomic.zone/DRONE_REPO-astro
repo: git.autonomic.zone/autonomic-cooperative/astro-payload-test-astro
auto_tag: true
registry: git.autonomic.zone
context: astro
@ -21,7 +21,7 @@ steps:
password:
from_secret: git_autonomic_zone_token_3wc
# NOTE: edit this if you want your image called something else
repo: git.autonomic.zone/DRONE_REPO-payload
repo: git.autonomic.zone/autonomic-cooperative/astro-payload-test-payload
auto_tag: true
registry: git.autonomic.zone
context: payload
@ -31,19 +31,19 @@ steps:
- name: deploy stack
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
settings:
stack: <FILL IN e.g. subdomain_domain_tld>
host: <FILL IN HOST HERE>
stack: paystro_swarm-demo_autonomic_zone
host: swarm-demo.autonomic.zone
deploy_key:
from_secret: drone_ssh_<FILL IN>
from_secret: drone_ssh_swarm-demo.autonomic.zone
environment:
DOMAIN: <FILL IN>
STACK_NAME: <FILL IN e.g. subdomain_domain_tld>
DOMAIN: paystro_swarm-demo_autonomic_zone
STACK_NAME: paystro_swarm-demo_autonomic_zone
SECRET_PAYLOAD_SECRET_VERSION: v1
SECRET_TOKEN_VERSION: v1
SECRET_MONGO_PASSWORD_VERSION: v1
NGINX_CONF_VERSION: v1
depends_on:
- publish astro container
# - publish astro container
- publish payload container
trigger:
branch: