20 lines
389 B
YAML
20 lines
389 B
YAML
|
platform: linux/arm64
|
||
|
|
||
|
pipeline:
|
||
|
build:
|
||
|
image: nixos/nix
|
||
|
commands:
|
||
|
- ./build.sh
|
||
|
deploy:
|
||
|
image: woodpeckerci/plugin-s3
|
||
|
settings:
|
||
|
bucket: stories
|
||
|
source: build/**/*
|
||
|
target: /
|
||
|
path_style: true
|
||
|
endpoint: https://minio.ashhhleyyy.dev
|
||
|
access_key:
|
||
|
from_secret: minio_user
|
||
|
secret_key:
|
||
|
from_secret: minio_password
|