generated from autonomic-cooperative/astro-payload-template
This commit is contained in:
parent
d07472434f
commit
81ba80a956
16
.drone.yml
16
.drone.yml
@ -9,7 +9,7 @@ steps:
|
|||||||
password:
|
password:
|
||||||
from_secret: git_autonomic_zone_token_3wc
|
from_secret: git_autonomic_zone_token_3wc
|
||||||
# NOTE: edit this if you want your image called something else
|
# 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
|
auto_tag: true
|
||||||
registry: git.autonomic.zone
|
registry: git.autonomic.zone
|
||||||
context: astro
|
context: astro
|
||||||
@ -21,7 +21,7 @@ steps:
|
|||||||
password:
|
password:
|
||||||
from_secret: git_autonomic_zone_token_3wc
|
from_secret: git_autonomic_zone_token_3wc
|
||||||
# NOTE: edit this if you want your image called something else
|
# 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
|
auto_tag: true
|
||||||
registry: git.autonomic.zone
|
registry: git.autonomic.zone
|
||||||
context: payload
|
context: payload
|
||||||
@ -31,19 +31,19 @@ steps:
|
|||||||
- 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
|
||||||
settings:
|
settings:
|
||||||
stack: <FILL IN e.g. subdomain_domain_tld>
|
stack: paystro_swarm-demo_autonomic_zone
|
||||||
host: <FILL IN HOST HERE>
|
host: swarm-demo.autonomic.zone
|
||||||
deploy_key:
|
deploy_key:
|
||||||
from_secret: drone_ssh_<FILL IN>
|
from_secret: drone_ssh_swarm-demo.autonomic.zone
|
||||||
environment:
|
environment:
|
||||||
DOMAIN: <FILL IN>
|
DOMAIN: paystro_swarm-demo_autonomic_zone
|
||||||
STACK_NAME: <FILL IN e.g. subdomain_domain_tld>
|
STACK_NAME: paystro_swarm-demo_autonomic_zone
|
||||||
SECRET_PAYLOAD_SECRET_VERSION: v1
|
SECRET_PAYLOAD_SECRET_VERSION: v1
|
||||||
SECRET_TOKEN_VERSION: v1
|
SECRET_TOKEN_VERSION: v1
|
||||||
SECRET_MONGO_PASSWORD_VERSION: v1
|
SECRET_MONGO_PASSWORD_VERSION: v1
|
||||||
NGINX_CONF_VERSION: v1
|
NGINX_CONF_VERSION: v1
|
||||||
depends_on:
|
depends_on:
|
||||||
- publish astro container
|
# - publish astro container
|
||||||
- publish payload container
|
- publish payload container
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
|
Loading…
Reference in New Issue
Block a user