Skip to content

Commit d142e0a

Browse files
committed
Fix deploy
1 parent 6e378cf commit d142e0a

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/deploy-example.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,6 @@ jobs:
6060
6161
echo "Starting DATEX in background..."
6262
/home/docker/shared/bg.sh nohup ./datex-bin/datex repl -v --config example-config.dx > ./datex.log 2>&1 &
63-
63+
6464
sleep 2
65-
pids=$(ps -ef | grep '[d]atex' | awk '{print $2}')
66-
if [ -z "$pids" ]; then
67-
echo "❌ DATEX did not start. Check ./datex.log for details."
68-
else
69-
echo "✅ DATEX started with PID: $pids"
70-
fi
65+
echo "✅ DATEX started successfully."

0 commit comments

Comments
 (0)