Skip to content

Commit

Permalink
modify grammar error
Browse files Browse the repository at this point in the history
  • Loading branch information
siwonpada committed Mar 9, 2024
1 parent a465b2e commit 0517726
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
ECR_REPOSITORY: ${{ needs.build.outputs.ECR_REPOSITORY }}
IMAGE_TAG: ${{ needs.build.outputs.IMAGE_TAG }}
run: |
sed -i "s|image:.*|image: $ECR_REGISTRY\/$ECR_REPOSITORY:$IMAGE_TAG|g" infoteam/service/ziggle/stg.yaml
sed -i "s|image:.*|image: $ECR_REGISTRY\/$ECR_REPOSITORY:$IMAGE_TAG|g" infoteam/service/vapor/auth-stg.yaml
- name: Commit and Push
env:
Expand Down
2 changes: 0 additions & 2 deletions src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { Module } from '@nestjs/common';
import { AppController } from './app.controller';
import { ConfigModule } from '@nestjs/config';
import { GroupModule } from './group/group.module';
import { MemberModule } from './member/member.module';
import { UserModule } from './user/user.module';
import { RoleModule } from './role/role.module';

Expand All @@ -12,7 +11,6 @@ import { RoleModule } from './role/role.module';
envFilePath: '.env',
}),
GroupModule,
MemberModule,
UserModule,
RoleModule,
],
Expand Down

0 comments on commit 0517726

Please sign in to comment.