Add .woodpecker.yml
This commit is contained in:
10
.woodpecker.yml
Normal file
10
.woodpecker.yml
Normal file
@ -0,0 +1,10 @@
|
||||
when:
|
||||
branch: main
|
||||
|
||||
pipeline:
|
||||
deploy:
|
||||
image: flyio/flyctl
|
||||
secrets: [fly_api_token]
|
||||
commands:
|
||||
- flyctl auth token $FLY_API_TOKEN
|
||||
- flyctl deploy --remote-only
|
||||
Reference in New Issue
Block a user