nextload/.drone.yml
tobias 9c2215fdec
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Rename drone steps
2024-06-14 22:42:11 +02:00

50 lines
1.6 KiB
YAML

---
kind: pipeline
name: publish pipeline
steps:
- name: publish nextload builder container
image: plugins/docker
settings:
username: 3wordchant
password:
from_secret: git_autonomic_zone_token_3wc
auto_tag: true
registry: git.autonomic.zone
dockerfile: ./Dockerfile
## Modify anchor
repo: git.autonomic.zone/autonomic-cooperative/nextload-builder
target: builder
- name: publish nextload runner container
image: plugins/docker
settings:
username: 3wordchant
password:
from_secret: git_autonomic_zone_token_3wc
auto_tag: true
registry: git.autonomic.zone
dockerfile: ./Dockerfile
## Modify anchor
repo: git.autonomic.zone/autonomic-cooperative/nextload-runner
target: runner
- name: deploy stack
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
settings:
compose: docker-compose.prod.yml
stack: paystro_swarm-demo_autonomic_zone
host: swarm-demo.autonomic.zone
deploy_key:
from_secret: drone_ssh_swarm-demo.autonomic.zone
environment:
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
REPOSITORY: "autonomic-cooperative/nextload"
DRONE_URL: "https://drone.autonomic.zone"
PAYLOAD_URL: "https://admin.paystro.swarm-demo.autonomic.zone"
depends_on:
- publish payload prod container