Files
land-vue/.gitea/workflows/deploy.yml
snusxd 0b1e65244f
Some checks failed
land deploy / docker-build (push) Has been cancelled
ci/cd: remove backend build step and update frontend subproject to dirty state
2026-04-13 20:30:47 +03:00

19 lines
377 B
YAML

name: land deploy
run-name: ${{ gitea.actor }} test ci/cd
on: [push]
jobs:
docker-build:
runs-on: ubuntu-latest
steps:
- name: check repository
uses: actions/checkout@v4
with:
submodules: true
- name: docker compose
run: docker compose up -d --build
- name: cleanup old images
run: docker image prune -f