Update drone config

This commit is contained in:
Benjamin Bädorf 2022-10-02 22:08:09 +02:00
parent 754be6edaa
commit a1e8d51ce1
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C

View file

@ -5,8 +5,9 @@ name: default
steps:
- name: build
when:
branch:
- main
events:
- push
- pull_request
image: denoland/deno:alpine
commands:
- deno run -A https://deno.land/x/lume@v1.6.4/install.ts
@ -14,6 +15,8 @@ steps:
- name: publish
when:
events:
- push
branch:
- main
image: appleboy/drone-scp