ci/cd: remove backend build step and update frontend subproject to dirty state
Some checks failed
land deploy / docker-build (push) Has been cancelled

This commit is contained in:
snusxd
2026-04-13 20:30:47 +03:00
parent 01c6630fd4
commit 0b1e65244f
2 changed files with 3 additions and 9 deletions

1
.env
View File

@@ -1 +0,0 @@
VITE_BACKEND_DOMAIN=https://api.snusxd.site

View File

@@ -11,13 +11,8 @@ jobs:
with: with:
submodules: true submodules: true
- name: docker build backend
working-directory: ./backend
run: docker build -t mva-backend:latest .
# - name: docker build frontend
# working-directory: ./frontend
# run: docker build -t mva-frontend:latest .
- name: docker compose - name: docker compose
run: docker compose up -d --build run: docker compose up -d --build
- name: cleanup old images
run: docker image prune -f