Skip to content

Commit f5fc5e2

Browse files
committed
Remove completed one-off CNAME destroy step from deploy workflow
1 parent aac5a2d commit f5fc5e2

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,6 @@ jobs:
4848
with:
4949
credentials_json: ${{ secrets.GCP_PROD_SERVICE_ACCOUNT_KEY }}
5050

51-
- name: Delete old CNAME records before creating A records (one-off)
52-
env:
53-
PULUMI_PASSPHRASE: ${{ secrets.PULUMI_PROD_PASSPHRASE }}
54-
run: |
55-
echo "$PULUMI_PASSPHRASE" > passphrase.prod.txt
56-
pulumi login gs://mcp-dns-prod-pulumi-state
57-
PULUMI_CONFIG_PASSPHRASE_FILE=passphrase.prod.txt pulumi destroy --yes --stack prod --target 'urn:pulumi:prod::mcp-dns::cloudflare:index/dnsRecord:DnsRecord::modelcontextprotocol.net-@-CNAME' --target 'urn:pulumi:prod::mcp-dns::cloudflare:index/dnsRecord:DnsRecord::modelcontextprotocol.org-@-CNAME'
58-
5951
- name: Deploy to Production
6052
env:
6153
PULUMI_PASSPHRASE: ${{ secrets.PULUMI_PROD_PASSPHRASE }}

0 commit comments

Comments
 (0)