Skip to content

Commit

Permalink
testing github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
DziedzicGrzegorz committed Dec 20, 2023
1 parent da9317d commit a603cf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docker-compose-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ services:
nestjs-api:
build:
context: .
image: nestjs
image: nestjs_api
env_file:
- .env
ports:
- "3000:3000"
networks:
- my-network

networks:
my-network:
driver: bridge
2 changes: 1 addition & 1 deletion src/app.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { Injectable } from '@nestjs/common';
@Injectable()
export class AppService {
getHello(): string {
return 'worka';
return 'testting githubAction';
}
}

0 comments on commit a603cf0

Please sign in to comment.