Home

tailwind-ctp @main - refs - log - search -
https://git.jolheiser.com/tailwind-ctp.git
TailwindCSS + Catppuccin
.woodpecker.yml - raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
pipeline:
  build:
    image: node:18
    commands:
      - npm ci
      - npm run build
  release:
    image: woodpeckerci/plugin-gitea-release
    settings:
      base_url: https://git.jojodev.com
      files:
        - "dist/*"
      api_key:
        from_secret: gitea_token
    when:
      event: tag
  prune:
    image: jolheiser/drone-gitea-prune
    settings:
      base: https://git.jojodev.com
      token:
        from_secret: gitea_token
    when:
      event: tag