Also deploy on cron event
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nemunaire 2026-01-26 17:07:40 +08:00
commit 3ba404dc69

View file

@ -8,7 +8,7 @@ platform:
arch: arm64
steps:
- name: generate
- name: generate
image: python:3.11-slim
environment:
S3_ENDPOINT_URL: https://blob.nemunai.re
@ -24,7 +24,7 @@ steps:
- python generator.py
- ls -lR output/
- name: deploy
- name: deploy
image: plugins/s3
settings:
endpoint: https://blob.nemunai.re
@ -41,6 +41,7 @@ steps:
when:
event:
- push
- cron
trigger:
event: