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: steps:
- name: build - name: build
when: when:
branch: events:
- main - push
- pull_request
image: denoland/deno:alpine image: denoland/deno:alpine
commands: commands:
- deno run -A https://deno.land/x/lume@v1.6.4/install.ts - deno run -A https://deno.land/x/lume@v1.6.4/install.ts
@ -14,6 +15,8 @@ steps:
- name: publish - name: publish
when: when:
events:
- push
branch: branch:
- main - main
image: appleboy/drone-scp image: appleboy/drone-scp