first commit
This commit is contained in:
21
.woodpecker.yml
Normal file
21
.woodpecker.yml
Normal 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
|
Reference in New Issue
Block a user