Loading...
Loading...
Pushes config/code and verifies builds/logs. Includes website/library push handling with tau command first, git fallback.
npx skill4agent add taubyte/skills taubyte-push-build-verify.taubyte/build.sh.taubyte/config.yamltau import website --name <website>
tau import library --name <library>tau push project --config-only --message "<message>"tau query builds --since 1h
tau query logs --jid <job_id>tau push project --code-only --message "<message>"tau push website --name <website> --message "<message>"
tau push library --name <library> --message "<message>"git add .
git commit -m "<message>"
git push origin maintau push project