This repository has been archived on 2024-02-11. You can view files and clone it, but cannot push or open issues or pull requests.
sitio/.woodpecker.yml

22 lines
624 B
YAML
Raw Normal View History

2021-10-09 01:36:33 +00:00
pipeline:
2021-10-09 01:36:54 +00:00
build:
image: docker.io/alpine:3.14
commands:
- apk add cmark
- ./build.sh
deploy:
image: docker.io/alpine:3.14
commands:
- apk add rsync openssh-client-default
2021-10-09 01:36:33 +00:00
2021-10-09 01:36:54 +00:00
- eval $(ssh-agent -s)
- echo "$${SSH_KEY}" | tr -d '\r' | ssh-add -
2021-10-09 01:39:18 +00:00
- echo "[nulo.in]:420,[186.136.121.7]:420 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGPkgRVWYcVcgjI0xAjDgZQsYuXU9edcya8zna01ibyUMlfKHIMD9yOoq0R+fQPTCqwiol/2tKMPJ2hlKshc+H8=" > ~/.ssh/known_hosts
2021-10-09 01:36:33 +00:00
2021-10-09 01:36:54 +00:00
- ./upload.sh
when:
branch: ANTIFASCISTA
event: push
secrets:
- ssh_key