generated from kyegomez/Python-Package-Template
-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
mike dupont
committed
Jul 26, 2024
1 parent
742847f
commit 2060500
Showing
3 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,6 @@ version: "3" | |
services: | ||
api: | ||
image: h4ckermike/swarms.world:first | ||
build: . | ||
# build: . | ||
ports: | ||
- "8000:8000" |