Georg
bc0a2b6b3b
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: Georg <georg@lysergic.dev>
21 lines
213 B
YAML
21 lines
213 B
YAML
---
|
|
kind: pipeline
|
|
type: exec
|
|
name: default1
|
|
|
|
clone:
|
|
disable: true
|
|
|
|
platform:
|
|
os: linux
|
|
arch: amd64
|
|
|
|
steps:
|
|
- name: deploy
|
|
commands:
|
|
- sh /opt/drone/scripts/sync-gemini.sh
|
|
|
|
trigger:
|
|
branch:
|
|
- master
|