fork
Some checks failed
/ job (push) Failing after 5m1s

This commit is contained in:
2024-06-17 18:45:55 +02:00
parent e029826592
commit be048b2085
4 changed files with 19 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ jobs:
steps:
- name: cd
run: >
echo '${{vars.CD}}' | tr --delete '\r' | sh -s
echo '${{vars.CD}}' | tr -d '\r' | sh -s
"${{secrets.CD_SSH_KEY}}"
"${{vars.CD_SSH_HOSTS}}"