added deployment check
Some checks failed
Build and Deploy Container / build_and_deploy (push) Failing after 22s

This commit is contained in:
Clemens Hering
2025-11-10 18:51:40 +01:00
parent cdd8b400d9
commit 14dadbbbae

View File

@@ -75,7 +75,7 @@ jobs:
- name: Build container on target host - name: Build container on target host
run: | run: |
# Expand $APP_DIR locally so the remote shell receives the concrete path # Expand $APP_DIR locally so the remote shell receives the concrete path
ssh $TARGET_USER@$TARGET_HOST "set -euo pipefail; cd '$APP_DIR' && echo 'PWD:' \$(pwd) && ls -la . && podman build -t $CONTAINER_NAME:latest ." ssh $TARGET_USER@$TARGET_HOST "set -euo pipefail; echo -e '$APP_DIR \n\n' cd '$APP_DIR' && echo 'PWD:' \$(pwd) && ls -la . && podman build -t $CONTAINER_NAME:latest ."
- name: Backup Quadlet file - name: Backup Quadlet file
run: | run: |