Skip to content

Commit 5f30098

Browse files
committed
add debug statement
1 parent c334031 commit 5f30098

File tree

1 file changed

+2
-0
lines changed
  • .github/actions/deploy-to-control-plane/scripts

1 file changed

+2
-0
lines changed

.github/actions/deploy-to-control-plane/scripts/deploy.sh

+2
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ fi
5656
APP_URL=$(grep -oP 'https://[^[:space:]]*\.cpln\.app(?=\s|$)' "$TEMP_OUTPUT" | head -n1)
5757
if [ -z "$APP_URL" ]; then
5858
echo "❌ Error: Could not find app URL in deployment output"
59+
echo "Full output:"
60+
cat "$TEMP_OUTPUT"
5961
exit 1
6062
fi
6163

0 commit comments

Comments
 (0)