parent
dfe673bff1
commit
f901da1c6a
1 changed files with 22 additions and 0 deletions
22
.woodpecker.yml
Normal file
22
.woodpecker.yml
Normal file
|
@ -0,0 +1,22 @@
|
|||
pipeline:
|
||||
build:
|
||||
image: docker.io/alpine:3.17
|
||||
commands:
|
||||
- echo "172.17.0.1 npm.proxy.coso alpine.proxy.coso" >> /etc/hosts
|
||||
- echo "http://alpine.proxy.coso/alpine/v3.17/main" > /etc/apk/repositories
|
||||
- echo "http://alpine.proxy.coso/alpine/v3.17/community" >> /etc/apk/repositories
|
||||
- apk add curl nodejs npm git tar zstd
|
||||
- curl -fsSL "https://github.com/pnpm/pnpm/releases/latest/download/pnpm-linuxstatic-x64" -o /bin/pnpm; chmod +x /bin/pnpm
|
||||
- pnpm set registry http://npm.proxy.coso
|
||||
- pnpm install --prod
|
||||
|
||||
- git clone https://gitea.nulo.in/Nulo/site-analyzer-demos
|
||||
- cd site-analyzer-demos
|
||||
- tar xf nulo.in.tar.zst
|
||||
- tar xf la-periferica.com.ar.tar.zst
|
||||
- tar xf distributed.press.tar.zst
|
||||
|
||||
- node .. nulo.in/
|
||||
- node .. la-periferica.com.ar/
|
||||
- node .. distributed.press/
|
||||
|
Loading…
Reference in a new issue