Rename drone steps
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
tobias 2024-06-14 22:42:11 +02:00
parent 82300f54eb
commit 9c2215fdec

View File

@ -2,7 +2,7 @@
kind: pipeline kind: pipeline
name: publish pipeline name: publish pipeline
steps: steps:
- name: publish payload prod container - name: publish nextload builder container
image: plugins/docker image: plugins/docker
settings: settings:
username: 3wordchant username: 3wordchant
@ -12,8 +12,21 @@ steps:
registry: git.autonomic.zone registry: git.autonomic.zone
dockerfile: ./Dockerfile dockerfile: ./Dockerfile
## Modify anchor ## Modify anchor
repo: git.autonomic.zone/autonomic-cooperative/nextload-prod repo: git.autonomic.zone/autonomic-cooperative/nextload-builder
target: prod 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 - name: deploy stack
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest