Ashhhleyyy
de21064032
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
19 lines
389 B
YAML
19 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
|