test local clone
Some checks failed
Build and Deploy Container / build_and_deploy (push) Failing after 1m9s
Some checks failed
Build and Deploy Container / build_and_deploy (push) Failing after 1m9s
This commit is contained in:
@@ -67,10 +67,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Build container on target host
|
- name: Build container on target host
|
||||||
run: |
|
run: |
|
||||||
ssh $TARGET_USER@$TARGET_HOST '
|
# Expand $APP_DIR locally so the remote shell receives the concrete path
|
||||||
cd $APP_DIR
|
ssh $TARGET_USER@$TARGET_HOST "set -euo pipefail; cd '$APP_DIR' && echo 'PWD:' \$(pwd) && ls -la . && podman build -t $CONTAINER_NAME:latest ."
|
||||||
podman build -t $CONTAINER_NAME:latest .
|
|
||||||
'
|
|
||||||
|
|
||||||
- name: Backup Quadlet file
|
- name: Backup Quadlet file
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user