Skip to content

Commit

Permalink
Rename component @dealmore/terraform-next-deploy-trigger to @millihq/…
Browse files Browse the repository at this point in the history
…terraform-next-deploy-trigger
  • Loading branch information
ofhouse committed Sep 21, 2021
1 parent 1593508 commit 2cfa020
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: yarn workspace @millihq/terraform-next-proxy build

- name: Build deploy-trigger
run: yarn workspace @dealmore/terraform-next-deploy-trigger build
run: yarn workspace @millihq/terraform-next-deploy-trigger build

- name: Upload build artifacts
uses: actions/upload-artifact@v2
Expand Down
2 changes: 1 addition & 1 deletion modules/statics-deploy/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ module "lambda_content" {
source = "milliHQ/download/npm"
version = "2.0.0"

module_name = "@dealmore/terraform-next-deploy-trigger"
module_name = "@millihq/terraform-next-deploy-trigger"
module_version = var.deploy_trigger_module_version
path_to_file = "dist.zip"
use_local = var.debug_use_local_packages
Expand Down
2 changes: 1 addition & 1 deletion packages/deploy-trigger/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@dealmore/terraform-next-deploy-trigger",
"name": "@millihq/terraform-next-deploy-trigger",
"version": "0.4.0",
"description": "Deploy trigger component of Terraform Next.js module for AWS",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion test/routes.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const pathToProxyPackage = require.resolve(
}
);
const pathToDeployTriggerPackage = require.resolve(
'@dealmore/terraform-next-deploy-trigger/dist.zip',
'@millihq/terraform-next-deploy-trigger/dist.zip',
{
paths: [__dirname],
}
Expand Down

0 comments on commit 2cfa020

Please sign in to comment.