From 1e19434c559afa6641dfe9c948643e2d533db692 Mon Sep 17 00:00:00 2001 From: Sebastian Mandrean Date: Fri, 6 May 2022 04:07:04 +0200 Subject: [PATCH] ci: Enable IPFS in web-app prod --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 3dee0bc5b..9e33ecabe 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -206,7 +206,7 @@ jobs: aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} aws_route53_hosted_zone_id: ${{ secrets.AWS_ROUTE53_HOSTED_ZONE_ID }} aws_route53_rr_action: 'UPSERT' - aws_route53_rr_name: '_dnslink.ipfs.anchorprotocol.com' + aws_route53_rr_name: '_dnslink.app.anchorprotocol.com' aws_route53_rr_type: 'TXT' aws_route53_rr_ttl: '1' aws_route53_rr_value: '"dnslink=/ipfs/${{ steps.ipfs.outputs.cid }}"'