chore: CI files update (#306)

* Update Dockerfile

- Fix FromAsCasing
- Copy `cmd` and `internal` directories only for backend

* Export binaries from docker images

* Create release with assets from workflow

* Remove circleci config

* fix chart publishing
This commit is contained in:
Dmytro Bondar
2024-09-23 21:54:22 +02:00
committed by GitHub
parent 2c01f42369
commit 7a08c14de4
5 changed files with 71 additions and 92 deletions

View File

@@ -1,5 +1,14 @@
.github/
**/.vscode/
docs/
frontend/node_modules/
internal/app/api/core/frontend-dist
# Ignore everything
*
# Allow backend files
!cmd/
!internal/
!go.mod
!go.sum
# Allow frontend files
!frontend/
# Ignore node_modules
**/node_modules/