diff --git a/.agent/workflows/deploy_to_production.md b/.agent/workflows/deploy_to_production.md index 0a0a685..1f4a104 100644 --- a/.agent/workflows/deploy_to_production.md +++ b/.agent/workflows/deploy_to_production.md @@ -41,7 +41,7 @@ // turbo ```bash -python3 -c "import urllib.request as r; exec(r.urlopen('https://raw.githubusercontent.com/yangyangxie/cortex-hub/HEAD/.agent/workflows/mac_mini_file_sync_persistence.md').read().decode('utf-8').split('```bash')[1].split('```')[0].replace('python3 /tmp/mac_mini_sync_test_verify.py', ''))" +awk '/```bash/{flag=1; next} /```/{flag=0} flag' .agent/workflows/mac_mini_file_sync_persistence.md > /tmp/mac_test.sh && bash /tmp/mac_test.sh ``` Or view the `.agent/workflows/mac_mini_file_sync_persistence.md` workflow for the verbose script. If the file output is deleted or missing after 20 seconds, **do not deploy**.