diff --git a/.woodpecker b/.woodpecker index f50f557..a40fdf7 100644 --- a/.woodpecker +++ b/.woodpecker @@ -5,4 +5,16 @@ steps: image: docker.io/library/golang:latest commands: - go get - - go build \ No newline at end of file + - go build + + upload: + image: 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 \ No newline at end of file