ci/cd: remove backend build step and update frontend subproject to dirty state
Some checks failed
land deploy / docker-build (push) Has been cancelled
Some checks failed
land deploy / docker-build (push) Has been cancelled
This commit is contained in:
@@ -11,13 +11,8 @@ jobs:
|
||||
with:
|
||||
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
|
||||
run: docker compose up -d --build
|
||||
|
||||
- name: cleanup old images
|
||||
run: docker image prune -f
|
||||
|
||||
Reference in New Issue
Block a user