Skip to content

Commit

Permalink
fix: misc CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
BadCoder1337 committed Oct 13, 2023
1 parent e5bd014 commit e1fe4fd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/terraform-apply-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: "16.14.1"
cache: 'yarn'

- run: yarn install --immutable
- run: infisical run --env=dev -- yarn env .env
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/terraform-apply-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: "16.14.1"
cache: "yarn"

- run: yarn install --immutable
- run: infisical run --env=prod -- yarn env .env.production
Expand Down
1 change: 0 additions & 1 deletion src/register.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { env } from "./env.js";
console.log("Registering with", env);

import { Store } from "@sapphire/pieces";
import { Registry } from "@skyra/http-framework";
Expand Down

0 comments on commit e1fe4fd

Please sign in to comment.