new
continuous-integration/drone/push Build is failing Details

This commit is contained in:
quackerd 2021-04-22 05:07:11 -04:00
parent 27af1ede7f
commit 14e8515955
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
set -xe
set -e
apk add openssh openssl
@ -14,6 +14,6 @@ for filename in confs/*; do
output=$crypt_ret
encrypt "$(cat $filename)" $(cat ./key)
echo "$crypt_ret" > $output
scp -P77 -i ansible/id_root $output root@parrot.quacker.org:/dat/apps/nginx/http_dl/root/pub
scp -P77 -o StrictHostKeychecking=no -i ansible/id_root $output root@parrot.quacker.org:/dat/apps/nginx/http_dl/root/pub
rm $output
done

View File

@ -1,6 +1,6 @@
#!/bin/sh
set -xe
set -e
source /opt/crypt.sh

View File

@ -1,5 +1,5 @@
#!/bin/sh
set -xe
set -e
apk add openssh