Skip to content

Commit

Permalink
Fixed pulumi stack name
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgrammerAL committed Apr 30, 2024
1 parent 05085a7 commit 8ca9362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/deploy/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public sealed class PulumiDeployTask : AsyncFrostingTask<BuildContext>
{
public override async Task RunAsync(BuildContext context)
{
var fullStackName = $"SvgHelpers/{context.PulumiStackName}";
var fullStackName = $"ProgrammerAL/{context.PulumiStackName}";

context.Log.Information($"Loading stack {fullStackName} from path '{context.PulumiPath}'");

Expand Down

0 comments on commit 8ca9362

Please sign in to comment.