feat: keep log
All checks were successful
Deploy Production Server / if_merged (pull_request) Successful in 10m19s
All checks were successful
Deploy Production Server / if_merged (pull_request) Successful in 10m19s
This commit is contained in:
parent
e86fe42b3d
commit
c6659f8d85
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user