Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Croft authored and Joshua Croft committed Nov 6, 2024
1 parent 9936b7b commit ba9505a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/guides/agentverse/avctl/avctl-ci-github.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import agentverse_secret from 'src/images/guides/agentverse/avctl/agentverse_sec
import github_secret from 'src/images/guides/agentverse/avctl/github_secret.png';
import action from 'src/images/guides/agentverse/avctl/action.png';
import { ImageByTheme } from "components/mdx"
import {CodeSegment, GithubCodeSegment} from "../../../../components/code";
import {CodeGroup, CodeSegment, DocsCode, GithubCodeSegment} from "../../../../components/code";

# CI with AVCTL and github actions

Expand Down Expand Up @@ -33,7 +33,7 @@ This logic is very simple, we have a github workflow that triggers when the bran
deployment script in `scripts/deploy-agent.sh`, this script works as follows:

Check if the agent already has an address defined in `.avctl/config.toml`, if it does is this agent registered? If
it isn't, let's register this agent. If it is registered let's stop this agent and sync it.
it isn't, let's register this agent. If it is registered let's stop the remote agent and update it.

You can see the deplot script below, or on [github](https://github.com/fetchai/avctl-ci-example/blob/main/scripts/deploy-agent.sh)

Expand Down

0 comments on commit ba9505a

Please sign in to comment.