deploy test
Some checks failed
Build and Deploy Container / build_and_deploy (push) Failing after 28s

This commit is contained in:
Clemens Hering
2025-11-10 07:53:15 +01:00
parent c04d55c02f
commit b2a4b0ff3b

View File

@@ -88,7 +88,7 @@ jobs:
run: | run: |
scp ./$QUADLET_FILE $TARGET_USER@$TARGET_HOST:~/.config/containers/systemd/ scp ./$QUADLET_FILE $TARGET_USER@$TARGET_HOST:~/.config/containers/systemd/
ssh $TARGET_USER@$TARGET_HOST ' ssh $TARGET_USER@$TARGET_HOST '
systemctl --user daemon-reload systemctl --user daemon-reload && echo "Reloaded user systemd daemon" && \
systemctl --user restart $CONTAINER_NAME systemctl --user restart $CONTAINER_NAME
' '