ci: stop shipping unit file in deploy — unit is host config, not CI artifact

This commit is contained in:
daniel-c-harvey
2026-06-04 14:23:21 -04:00
parent ceaa684c74
commit 52d6afa335
2 changed files with 0 additions and 12 deletions
-2
View File
@@ -9,7 +9,6 @@ on:
- 'DeepDrftContent/**'
- 'DeepDrftModels/**'
- '.gitea/workflows/deploy-api.yml'
- 'deploy/systemd/deepdrftapi.service'
jobs:
build:
@@ -110,7 +109,6 @@ jobs:
rsync -e "ssh -i ~/.ssh/deepdrft_ed25519 -o StrictHostKeyChecking=yes" \
staging/deepdrft-api.tar.gz \
staging/deepdrft-migrations-bundle \
deploy/systemd/deepdrftapi.service \
deepdrft@$DEPLOY_HOST:
- name: Trigger deploy on host