pipeline
All checks were successful
Build-und-Deploy / build (push) Successful in 1m37s

This commit is contained in:
nilzbu
2025-08-09 19:24:25 +02:00
parent f24fef9b16
commit 0d2334da48

View File

@@ -59,10 +59,3 @@ jobs:
# Zusätzlich archivieren
cp -f "$SRC" "/shared_jar_data/archive/MyTimeTracker-${ts}.jar"
ls -al /shared_jar_data | tail -n +1
- name: 🔁 App neu starten (über Docker-CLI-Container)
shell: bash
run: |
set -euxo pipefail
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock docker:27.1.1-cli \
restart mytimetracker-app