Skip to content

Commit

Permalink
PATCH patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Jul 26, 2024
1 parent 742847f commit 2060500
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 4 additions & 2 deletions servers/agent/build.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
docker build . -t h4ckermike/swarms.world:first
docker push h4ckermike/swarms.world:first
docker build . -t h4ckermike/swarms.world:patch-1
docker push h4ckermike/swarms.world:patch-1
kubectl apply -f deployment.yaml
# kubectl rollout restart deployment -l app=swarms-cloud-server-agent
3 changes: 2 additions & 1 deletion servers/agent/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ spec:
spec:
containers:
- name: swarms-eks-container
image: h4ckermike/swarms.world:first
image: h4ckermike/swarms.world:patch-1
# imagePullPolicy: always
ports:
- containerPort: 8000
2 changes: 1 addition & 1 deletion servers/agent/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ version: "3"
services:
api:
image: h4ckermike/swarms.world:first
build: .
# build: .
ports:
- "8000:8000"

0 comments on commit 2060500

Please sign in to comment.