ci: usar dos espacios en vez de tab
continuous-integration/woodpecker the build failed Details

This commit is contained in:
Cat /dev/Nulo 2021-10-08 22:36:54 -03:00
parent 9034739bfa
commit a90484ce84
1 changed files with 17 additions and 17 deletions

View File

@ -1,20 +1,20 @@
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
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 -
- eval $(ssh-agent -s)
- echo "$${SSH_KEY}" | tr -d '\r' | ssh-add -
- ./upload.sh
when:
branch: ANTIFASCISTA
event: push
secrets:
- ssh_key
- ./upload.sh
when:
branch: ANTIFASCISTA
event: push
secrets:
- ssh_key