diff --git a/.woodpecker.yml b/.woodpecker.yml index edeecae..0915dd2 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,6 +3,9 @@ name: deploy steps: deploy: image: node:20 + environment: + FLY_API_TOKEN: + from_secret: FLY_API_TOKEN commands: - curl -L https://fly.io/install.sh | sh - export PATH="$HOME/.fly/bin:$PATH" @@ -12,4 +15,4 @@ when: branch: - main event: - - push \ No newline at end of file + - push