Skip to content

Commit

Permalink
chore(reamde): update info in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
verdel committed Jul 15, 2024
1 parent f1ae460 commit 343a538
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,18 @@ curl http://my-app.com/image -o image.jpg
- 100% uptime
- Возможность делать несколько релизов для разных веток в один неймспейс (для тестирования)

## Локальный запуск приложения

```sh
make start-app
```

## Деплой

Сборка

```sh
make build BRANCH=master
make publish-app BRANCH=master
```

Деплой helm чарта (используется helm 3)
Expand Down

0 comments on commit 343a538

Please sign in to comment.