From 606beda368c9d737be3e281a8d020b9fa61a8f01 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 15 Mar 2023 00:24:24 +0530 Subject: [PATCH] Attempt to fix URLs --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 83ece41..4bc3c5b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ steps: settings: path_style: true bucket: pm-production - endpoint: https://minio.gra.xn--17b.net + endpoint: https://minio.mumbai.xn--17b.net source: dist target: /${DRONE_COMMIT_BRANCH} region: 'us-east-1' @@ -36,8 +36,8 @@ steps: from_secret: ipfs_ipns_key commands: - apt update && apt install -y ca-certificates age jq curl xz-utils - - 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 + - curl -L -o ./ipfs-ezpublish https://minio.mumbai.xn--17b.net/public/ipfs-ezpublish && chmod +x ./ipfs-ezpublish + - curl -L -o ./certificate.tar.xz.age https://minio.mumbai.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