Skip to content

Commit

Permalink
[#1] add move dockerfile command at tavis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
le2sky committed Feb 26, 2022
1 parent 7781b10 commit bf43358
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- docker push le2sky/oleunaelim-develop-server

- mv ./docker/docker-compose.dev.yml ./docker-compose.yml
- mv ./docker/Dockerfile.dev ./Dockerfile

deploy:
egde: true
Expand Down
2 changes: 1 addition & 1 deletion src/app.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ import { Controller, Get } from '@nestjs/common';
export class AppController {
@Get()
sayHi() {
return 'hi';
return `${process.env.NODE_ENV} 모드 서버입니다.`;
}
}

0 comments on commit bf43358

Please sign in to comment.