added deployment check
Some checks failed
Build and Deploy Container / build_and_deploy (push) Failing after 39s
Some checks failed
Build and Deploy Container / build_and_deploy (push) Failing after 39s
This commit is contained in:
@@ -96,6 +96,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
ssh $TARGET_USER@$TARGET_HOST '
|
ssh $TARGET_USER@$TARGET_HOST '
|
||||||
podman ps --filter "name=valtrix" --format "table {{.Names}}\t{{.Image}}\t{{.Status}}" || echo "No running container named $CONTAINER_NAME"
|
podman ps --filter "name=valtrix" --format "table {{.Names}}\t{{.Image}}\t{{.Status}}" || echo "No running container named $CONTAINER_NAME"
|
||||||
echo "Container logs:"
|
echo "Container logs of $CONTAINER_NAME:"
|
||||||
|
podman logs valtrix-website
|
||||||
podman logs $CONTAINER_NAME --tail 20
|
podman logs $CONTAINER_NAME --tail 20
|
||||||
'
|
'
|
||||||
Reference in New Issue
Block a user