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

This commit is contained in:
Cat /dev/Nulo 2021-10-08 22:36:54 -03:00
parent 9034739bfa
commit a90484ce84

View file

@ -1,20 +1,20 @@
pipeline: pipeline:
build: build:
image: docker.io/alpine:3.14 image: docker.io/alpine:3.14
commands: commands:
- apk add cmark - apk add cmark
- ./build.sh - ./build.sh
deploy: deploy:
image: docker.io/alpine:3.14 image: docker.io/alpine:3.14
commands: commands:
- apk add rsync openssh-client-default - apk add rsync openssh-client-default
- eval $(ssh-agent -s) - eval $(ssh-agent -s)
- echo "$${SSH_KEY}" | tr -d '\r' | ssh-add - - echo "$${SSH_KEY}" | tr -d '\r' | ssh-add -
- ./upload.sh - ./upload.sh
when: when:
branch: ANTIFASCISTA branch: ANTIFASCISTA
event: push event: push
secrets: secrets:
- ssh_key - ssh_key