Update '.drone.yml'

This commit is contained in:
M
2023-03-14 21:12:23 +05:30
parent 2663855f6a
commit 6631965dfd
+2 -2
View File
@@ -36,8 +36,8 @@ steps:
from_secret: ipfs_ipns_key
commands:
- apt update && apt install -y ca-certificates age jq curl
- curl -L -o ./ipfs-ezpublish https://minio.gra..net/public/ipfs-ezpublish && chmod +x ./ipfs-ezpublish
- curl -L -o ./certificate.tar.xz.age https://minio.gra..net/public/cert.tar.xz.age
- curl -L -o ./ipfs-ezpublish https://minio.gra.xn--17b.net/public/ipfs-ezpublish && chmod +x ./ipfs-ezpublish
- curl -L -o ./certificate.tar.xz.age https://minio.gra.xn--17b.net/public/cert.tar.xz.age
- echo ${MTLS_BUNDLE_KEY} | base64 -d > /tmp/bundle.key
- mkdir -v /tmp/certificate
- age -d -i /tmp/bundle.key certificate.tar.xz.age | tar -Jxv -C /tmp/certificate