This repository has been archived on 2025-04-15. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
mongo-replica-initializer/.woodpecker

20 lines
No EOL
583 B
Text

steps:
build:
when:
event: [push, pull_request]
image: docker.io/library/golang:latest
commands:
- go get
- go build
upload:
image: docker.io/ellpeck/woodpecker-nextcloud-upload
secrets: [ TTT_CI_TOKEN ]
settings:
# required settings
server: https://cloud.techtransthai.org # the server to use
user: ttt-ci # the user
token: $TTT_CI_TOKEN # the access token, or password if 2FA is disabled
files: # the file(s), uses glob patterns
- "server_setup"
dest: CI_Uploads # the destination directory