Safe first step
Send signals
Use a sender DSN for one-way encrypted alerts. It can send into one pipe only; it cannot read history, connect as an agent, or execute commands.
curl -fsSL https://nerve.ink/install.sh | sh
export NERVE_DSN="nerve://..."
echo "deploy failed" | nerve send --title "Nerve test"
Send your first signal