feat: keep log
All checks were successful
Deploy Production Server / if_merged (pull_request) Successful in 10m19s

This commit is contained in:
Thibaut Valentin 2025-09-03 21:46:26 +02:00
parent e86fe42b3d
commit c6659f8d85

View File

@ -76,6 +76,7 @@ jobs:
key: ${{ secrets.SSH_KEY }}
script: |
cd ${{ secrets.TARGET_DIR }}
docker logs ffsaf > "log/ffsaf_logs_$(date +"%Y-%m-%d_%H-%M-%S").log" 2>&1
docker stop ffsaf
docker rm ffsaf
docker compose up --build -d ffsaf