first commit

This commit is contained in:
2025-01-25 14:53:59 +03:00
commit 0f14bd9635
24 changed files with 3015 additions and 0 deletions

21
.woodpecker.yml Normal file
View File

@@ -0,0 +1,21 @@
platform: linux/amd64
pipeline:
release:
image: goreleaser/goreleaser
commands:
- goreleaser release
secrets: [ gitea_token, aws_access_key_id, aws_secret_access_key ]
when:
event: tag
deploy:
image: loq9/drone-nomad
secrets: [ github_password, password_hash ]
settings:
addr: http://192.168.100.62:4646
template: template.nomad
environment:
- PLUGIN_WATCH_DEPLOYMENT=true
- PLUGIN_WATCH_DEPLOYMENT_TIMEOUT=10m
when:
event: tag