Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aradmaleki02 authored Feb 14, 2024
1 parent ea10d07 commit d355aa3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@ jobs:
cd sad/MiniKafka
git checkout master
git pull origin master
cd broker
docker build -t minikafka:broker .
cd ../
docker compose up --build -d

0 comments on commit d355aa3

Please sign in to comment.