Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Uncomment ECRHook capability
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Rodriguez committed Dec 6, 2023
1 parent dbdaed5 commit 63a4340
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pepr.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import { PeprModule } from "pepr";
// cfg loads your pepr configuration from package.json
import cfg from "./package.json";
// import { ECRhook } from "./capabilities/ecr-webhook/webhook";
import { ECRhook } from "./capabilities/ecr-webhook/webhook";
import { ECRCredentialHelper } from "./capabilities/ecr-credential-helper/credential-helper";

/**
* This is the main entrypoint for this Pepr module. It is run when the module is started.
* This is where you register your Pepr configurations and capabilities.
*/
new PeprModule(cfg, [
// ECRhook,
ECRhook,
ECRCredentialHelper,
]);

0 comments on commit 63a4340

Please sign in to comment.