Skip to content

Commit 0ac33ed

Browse files
committed
Remove stale celery taskdef URN from prod deploy
The accounts-prod-fargate-accounts-celery-taskdef resource no longer exists in the prod Pulumi stack (celery moved to the afc- autoscaling pattern). The leftover --target causes pulumi up to abort.
1 parent 7b90145 commit 0ac33ed

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ jobs:
113113
TBPULUMI_DISABLE_PROTECTION=True \
114114
pulumi up -y --diff \
115115
--target 'urn:pulumi:prod::accounts::tb:fargate:FargateClusterWithLogging$aws:ecs/taskDefinition:TaskDefinition::accounts-prod-fargate-accounts-taskdef' \
116-
--target 'urn:pulumi:prod::accounts::tb:fargate:FargateClusterWithLogging$aws:ecs/taskDefinition:TaskDefinition::accounts-prod-fargate-accounts-celery-taskdef' \
117116
--target 'urn:pulumi:prod::accounts::aws:ecs/taskDefinition:TaskDefinition::accounts-prod-afc-accounts-taskdef-celery-prod' \
118117
--target 'urn:pulumi:prod::accounts::aws:ecs/taskDefinition:TaskDefinition::accounts-prod-afc-accounts-taskdef-flower-prod' \
119118
--target-dependents

0 commit comments

Comments
 (0)