Skip to content

Commit d547edf

Browse files
committed
wip
1 parent dc5e80e commit d547edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/DeployCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class DeployCommand extends SteppedCommand
2626
Steps\Deploy\PushAssetsToS3Step::class,
2727
Steps\Deploy\UpdateCodeDeployDeploymentGroupStep::class,
2828
Steps\Deploy\CreateCodeDeployDeploymentsStep::class,
29-
// Steps\Deploy\SyncStandaloneRecordSetStep::class, // todo: temp
29+
Steps\Deploy\SyncStandaloneRecordSetStep::class,
3030
// Steps\Deploy\SyncMultitenancyRecordSetStep::class, // todo: temp
3131
Steps\Build\PurgeBuildStep::class,
3232
];

0 commit comments

Comments
 (0)