Files
land-vue/.gitea/workflows/deploy.yml
snusxd 65abc2a9f7
All checks were successful
Deploy to snusxd.site / docker-build (push) Successful in 37s
ci/cd: remove dynamic run-name from deploy workflow
2026-04-13 20:35:24 +03:00

18 lines
349 B
YAML

name: Deploy to snusxd.site
on: [push]
jobs:
docker-build:
runs-on: ubuntu-latest
steps:
- name: Check repository
uses: actions/checkout@v4
with:
submodules: true
- name: Docker Compose (with Build)
run: docker compose up -d --build
- name: Cleanup
run: docker image prune -f