Skip to content

Commit

Permalink
[HOTFIX]: Use correct env
Browse files Browse the repository at this point in the history
  • Loading branch information
branberry committed Feb 23, 2024
1 parent 08a0e32 commit 3607db5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export class CacheUpdaterWorkerConstruct extends Construct {
const taskDefLogGroup = new LogGroup(this, 'cacheUpdaterWorkerLogGroup');

const snootyParserVersion = getSnootyParserVersion();
const githubBotUsername = StringParameter.valueFromLookup(this, '/env/${env}/docs/worker_pool/github/bot/username');
const githubBotUsername = StringParameter.valueFromLookup(this, '/env/prd/docs/worker_pool/github/bot/username');

taskDefinition.addContainer('cacheUpdaterWorkerImage', {
image: ContainerImage.fromAsset(path.join(__dirname, '../../../../'), {
Expand Down

0 comments on commit 3607db5

Please sign in to comment.