Rename drone steps
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
82300f54eb
commit
9c2215fdec
19
.drone.yml
19
.drone.yml
@ -2,7 +2,7 @@
|
||||
kind: pipeline
|
||||
name: publish pipeline
|
||||
steps:
|
||||
- name: publish payload prod container
|
||||
- name: publish nextload builder container
|
||||
image: plugins/docker
|
||||
settings:
|
||||
username: 3wordchant
|
||||
@ -12,8 +12,21 @@ steps:
|
||||
registry: git.autonomic.zone
|
||||
dockerfile: ./Dockerfile
|
||||
## Modify anchor
|
||||
repo: git.autonomic.zone/autonomic-cooperative/nextload-prod
|
||||
target: prod
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user