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

21 lines
355 B
YAML
Raw Normal View History

2021-10-09 01:36:33 +00:00
pipeline:
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
- eval $(ssh-agent -s)
- echo "$${SSH_KEY}" | tr -d '\r' | ssh-add -
- ./upload.sh
when:
branch: ANTIFASCISTA
event: push
secrets:
- ssh_key