pokemem/.woodpecker.yml
Norman Köhring 5d4edeb543 CI config
2023-08-07 11:57:17 +02:00

13 lines
No EOL
242 B
YAML

pipeline:
build:
image: node:18-alpine
commands:
- corepack enable
- yarn
- yarn build
- chmod -R a+rw /mnt
- rm -fR /mnt/dist
- cp -R dist /mnt/dist
volumes:
- /home/n/CI/pokemem:/mnt/