website/.woodpecker.yml
Sakooooo 890a1fcb8f
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ok bro
2024-12-06 20:42:22 +04:00

27 lines
591 B
YAML

when:
- event: push
branch: master
steps:
build:
image: node
commands:
- echo "Installing pnpm..."
- npm install -g pnpm
- echo "Installing dependencies..."
- pnpm i --frozen-lockfile
- echo "Building..."
- pnpm run build
deploy:
image: node
environment:
CLOUDFLARE_ACCOUNT_ID:
from_secret: cloudflare_account_id
CLOUDFLARE_API_TOKEN:
from_secret: cloudflare_api_token
commands:
- echo "Moving..."
- cp -r dist/* /tmp/output
volumes:
- /srv/docker/sakosite/www:/tmp/output