Also deploy on cron event
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
26383b76cb
commit
3ba404dc69
1 changed files with 36 additions and 35 deletions
|
|
@ -8,7 +8,7 @@ platform:
|
||||||
arch: arm64
|
arch: arm64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: generate
|
- name: generate
|
||||||
image: python:3.11-slim
|
image: python:3.11-slim
|
||||||
environment:
|
environment:
|
||||||
S3_ENDPOINT_URL: https://blob.nemunai.re
|
S3_ENDPOINT_URL: https://blob.nemunai.re
|
||||||
|
|
@ -24,7 +24,7 @@ steps:
|
||||||
- python generator.py
|
- python generator.py
|
||||||
- ls -lR output/
|
- ls -lR output/
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: plugins/s3
|
image: plugins/s3
|
||||||
settings:
|
settings:
|
||||||
endpoint: https://blob.nemunai.re
|
endpoint: https://blob.nemunai.re
|
||||||
|
|
@ -41,6 +41,7 @@ steps:
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
|
- cron
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue