generated from autonomic-cooperative/astro-payload-template
Add astro build pipeline
This commit is contained in:
parent
15f74cfb2c
commit
ce883f9587
12
.drone.yml
12
.drone.yml
@ -51,4 +51,16 @@ trigger:
|
|||||||
event:
|
event:
|
||||||
exclude:
|
exclude:
|
||||||
- pull_request
|
- pull_request
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
name: build astro
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build astro content
|
||||||
|
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
|
||||||
|
commands:
|
||||||
|
- yarn build
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
event:
|
||||||
|
- custom
|
||||||
|
Loading…
Reference in New Issue
Block a user