chore: Removed GitHub CI/CD and moved img folder to .github folder

This commit is contained in:
ITQ
2024-04-14 16:48:22 +03:00
parent 56cafd90c2
commit 0561a7dd59
11 changed files with 9 additions and 25 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

-16
View File
@@ -1,16 +0,0 @@
name: Build and run
run-name: Run application via docker compose
on: [push]
jobs:
docker-compose:
runs-on: ubuntu-latest
timeout-minutes: ${{ fromJSON(vars.DEFAULT_JOB_TIMEOUT) }}
steps:
- uses: actions/checkout@v4
- name: Build docker images
run: docker compose build
shell: bash
- name: Run application via docker compose
run: docker compose up
shell: bash
continue-on-error: true