Skip to content

Commit

Permalink
fix: Added deploy key for production releases (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
barrfalk committed Jun 21, 2024
1 parent d53f37d commit 06e7cfd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: bcgov-c/tenant-gitops-dc0a4a
ssh-key: ${{ secrets.DEPLOY_KEY }}
ssh-key: ${{ secrets.MANIFEST_REPO_DEPLOY_KEY }}
ref: main
- name: Configure git
# From https://github.com/orgs/community/discussions/26560#discussioncomment-3531273
Expand Down
3 changes: 0 additions & 3 deletions backend/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ import { NestExpressApplication } from "@nestjs/platform-express";
import helmet from "helmet";
import { VersioningType } from "@nestjs/common";

/**
*
*/
export async function bootstrap() {
const app: NestExpressApplication = await NestFactory.create<NestExpressApplication>(AppModule, {
logger: customLogger,
Expand Down

0 comments on commit 06e7cfd

Please sign in to comment.