test local clone
Some checks failed
Build and Deploy Container / build_and_deploy (push) Failing after 1m9s

This commit is contained in:
Clemens Hering
2025-11-09 17:56:30 +01:00
parent e6d6d7999c
commit ae6d0e28a3

View File

@@ -67,10 +67,8 @@ jobs:
- name: Build container on target host
run: |
ssh $TARGET_USER@$TARGET_HOST '
cd $APP_DIR
podman build -t $CONTAINER_NAME:latest .
'
# 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 ."
- name: Backup Quadlet file
run: |