Skip to content

Commit ed4f21c

Browse files
committed
experiments
1 parent e8ce6fa commit ed4f21c

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,4 @@ examples/02_golf_coach_example/uv.lock
5151
examples/03_phone_and_rag_example/uv.lock
5252
examples/other_examples/**/uv.lock
5353

54+

.github/workflows/deploy-agent.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,4 @@ jobs:
6565
# Deploy
6666
nomad job run job.hcl
6767
68+

examples/01_simple_agent_example/nomad/deploy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@ nomad job run /tmp/agent.nomad.hcl
3838

3939
echo "Done! Check status: nomad job status vision-agent"
4040

41+

examples/01_simple_agent_example/terraform/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ terraform.tfvars
44
.terraform/
55
.terraform.lock.hcl
66

7+

examples/01_simple_agent_example/terraform/github-oidc.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ output "workload_identity_provider" {
4242
value = google_iam_workload_identity_pool_provider.github.name
4343
}
4444

45+

examples/01_simple_agent_example/terraform/nomad.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,4 @@ output "nomad_ui_url" {
8888
value = "http://${google_compute_instance.nomad_server.network_interface[0].access_config[0].nat_ip}:4646"
8989
}
9090

91+

0 commit comments

Comments
 (0)