ci
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Cat /dev/Nulo 2023-07-17 16:26:53 -03:00
parent 28a9966df7
commit 1a0f50093b

18
.woodpecker.yml Normal file
View file

@ -0,0 +1,18 @@
pipeline:
upload:
image: gitea.nulo.in/nulo/super-image:3.18
commands:
- pnpm install
- ./tool check
- ./tool refresh_feeds
- ./tool build
- |
eval $(ssh-agent -s)
echo "$${SSH_KEY}" | tr -d '\r' | ssh-add -
mkdir -p ~/.ssh
echo "[dorsiblanco.nulo.in]:2223 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEQEuHNIWQcS5La6lc2OvHQxZN6tRVtkts2wH1tfpola root@853c93d633a9" > ~/.ssh/known_hosts
- rsync --rsh='ssh -p2223' --recursive --chmod=644 build/ root@dorsiblanco.nulo.in:/data/nulo_ar/
secrets:
- ssh_key