diff --git a/.drone.yml b/.drone.yml index ab0c976..991d1df 100644 --- a/.drone.yml +++ b/.drone.yml @@ -51,4 +51,16 @@ trigger: event: exclude: - 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