Skip to content

Commit

Permalink
Ready for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpro2022 committed Mar 18, 2024
1 parent 62ce744 commit 2af901e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: Test Suite
on: [push]
#on:
# push:
# branches: ["main", "develop"]
# pull_request:
# branches: ["main", "develop"]
# workflow_dispatch:
name: CI/CD
on:
push:
branches: ["develop"]
pull_request:
branches: ["develop"]
workflow_dispatch:

jobs:

Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# hrspace-request-builder-backend
[![Test Suite](https://github.com/hrspace-request-builder/hrspace-request-builder-backend/actions/workflows/main.yml/badge.svg)](https://github.com/hrspace-request-builder/hrspace-request-builder-backend/actions/workflows/main.yml)
[![CI/CD](https://github.com/hrspace-request-builder/hrspace-request-builder-backend/actions/workflows/main.yml/badge.svg)](https://github.com/hrspace-request-builder/hrspace-request-builder-backend/actions/workflows/main.yml)

Backend for hrspace-requst-builder
Проект развернут на удаленном сервере:
- Swagger доступен по адресу http://185.221.162.231:8000/docs
- админ панель доступна по адресу http://185.221.162.231:8000/admin

## Установка приложения:

Expand Down Expand Up @@ -39,9 +41,6 @@ docker compose -f docker/docker-compose.yml --env-file .env up -d --build
- через Swagger доступный по адресу http://127.0.0.1:8000/docs
- через админ панель по адресу http://127.0.0.1:8000/admin

- через Swagger доступный по адресу http://185.221.162.231:8000/docs
- через админ панель по адресу http://185.221.162.231:8000/admin

<br>
2. Остановить docker и удалить контейнеры можно командой из корневой директории проекта:

Expand Down

0 comments on commit 2af901e

Please sign in to comment.