We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fa4a40 commit 95e13a7Copy full SHA for 95e13a7
.github/workflows/cd-workflow.yml
@@ -49,6 +49,9 @@ jobs:
49
port: ${{ secrets.EC2_PORT }}
50
envs: GITHUB_SHA
51
script: |
52
+ echo "🔐 SHA-256 hash of EC2_KEY (for debug):"
53
+ echo "$EC2_KEY" | sha256sum
54
+
55
echo "🛑 Checking if recipAI is running"
56
CONTAINER_ID=$(docker ps -aq -f name=recipAI)
57
if [ "$CONTAINER_ID" ]; then
0 commit comments