generated from autonomic-cooperative/astro-payload-template
Merge branch 'main' into t-work
This commit is contained in:
commit
62e50496a2
14
.drone.yml
14
.drone.yml
@ -14,7 +14,7 @@ steps:
|
|||||||
registry: git.autonomic.zone
|
registry: git.autonomic.zone
|
||||||
context: astro
|
context: astro
|
||||||
dockerfile: astro/Dockerfile
|
dockerfile: astro/Dockerfile
|
||||||
trigger: &exclude-event-custom
|
when: &exclude-event-custom
|
||||||
branch:
|
branch:
|
||||||
- main
|
- main
|
||||||
event:
|
event:
|
||||||
@ -30,8 +30,8 @@ steps:
|
|||||||
context: payload
|
context: payload
|
||||||
dockerfile: payload/Dockerfile
|
dockerfile: payload/Dockerfile
|
||||||
target: dev
|
target: dev
|
||||||
trigger:
|
when:
|
||||||
<< *exclude-event-custom
|
<<: *exclude-event-custom
|
||||||
|
|
||||||
- name: publish payload prod container
|
- name: publish payload prod container
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
@ -40,8 +40,8 @@ steps:
|
|||||||
username: 3wordchant
|
username: 3wordchant
|
||||||
repo: git.autonomic.zone/autonomic-cooperative/astro-payload-test-payload
|
repo: git.autonomic.zone/autonomic-cooperative/astro-payload-test-payload
|
||||||
target: prod
|
target: prod
|
||||||
trigger:
|
when:
|
||||||
<< *exclude-event-custom
|
<<: *exclude-event-custom
|
||||||
|
|
||||||
- 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
|
||||||
@ -63,8 +63,8 @@ steps:
|
|||||||
PAYLOAD_URL: "https://admin.paystro.swarm-demo.autonomic.zone"
|
PAYLOAD_URL: "https://admin.paystro.swarm-demo.autonomic.zone"
|
||||||
depends_on:
|
depends_on:
|
||||||
- publish payload prod container
|
- publish payload prod container
|
||||||
trigger:
|
when:
|
||||||
<< *exclude-event-custom
|
<<: *exclude-event-custom
|
||||||
|
|
||||||
- name: build astro content
|
- name: build astro content
|
||||||
image: git.autonomic.zone/autonomic-cooperative/astro-payload-test-astro:latest
|
image: git.autonomic.zone/autonomic-cooperative/astro-payload-test-astro:latest
|
||||||
|
Loading…
Reference in New Issue
Block a user