Skip to content
Open
12 changes: 10 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Integration

on:
push:
branches: [main]
branches: [nodejsbranch]
pull_request:
branches: [main]
branches: [nodejsbranch]

jobs:
build:
Expand Down Expand Up @@ -41,3 +41,11 @@ jobs:
cache: 'npm'
- run: npm i
- run: npm run test
- uses: actions/checkout@v2
- run: docker build . -t visweswarji123/nodeapp
- run: echo "${{secrets.DOCKER_PASSWORD}}" | docker login -u ${{secrets.DOCKERHUB_USERNAME}} --password-stdin

- run: echo "Pushing Docker image to DockerHub..."

- run: docker push visweswarji123/nodeapp

2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
- uses: actions/checkout@v2
- run: docker build . -t laithharden/nest-app
- run: echo "${{secrets.DOCKER_PASSWORD}}" | docker login -u ${{secrets.DOCKERHUB_USERNAME}} --password-stdin
- run: docker push laithharden/nest-app
- run: docker push visweswarji123/mynodeapp
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@

[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.

## Installation
## Installationnnnnnnnnnnn

```bash
$ npm install
```

## Running the app
## Running the appppppppppp

```bash
# development
Expand Down