We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 708ceda commit d0c3e1aCopy full SHA for d0c3e1a
scripts/deploy-all-agents.sh
@@ -32,9 +32,9 @@ for category in ${CATEGORIES[@]}; do
32
33
# Deploy the agent with secrets if they exist
34
if [ -s .secrets ]; then
35
- avctl hosting deploy -n "$agent_name" --network mainnet -s .secrets --no-dependency-check || true
+ avctl hosting deploy -n "$agent_name" -s .secrets --no-dependency-check || true
36
else
37
- avctl hosting deploy -n "$agent_name" --network mainnet --no-dependency-check || true
+ avctl hosting deploy -n "$agent_name" --no-dependency-check || true
38
fi
39
40
cd ../..
0 commit comments