step update
continuous-integration/drone/push Build is failing Details

main
ronnic 2 years ago
parent a2e1818079
commit 46889ff7e0

@ -11,10 +11,9 @@ steps:
image: alpine
commands:
- apk add --no-cache openssl tar
- ls -lah /backup # List before
- |
for dir in vaultwarden homebox koillection Homepage mealie; do
tar cvf - /backup/$dir | openssl enc -aes-256-cbc -salt -out /backup/${dir}_backup.tar.enc -k $ENCRYPTION_KEY
tar cvf - /backup/$dir | openssl enc -aes-256-cbc -salt -out "/backup/${dir}_backup.tar.enc" -k $ENCRYPTION_KEY
done
- ls -lah /backup # List after
volumes:

Loading…
Cancel
Save