Skip to content

Commit

Permalink
add ci cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Javokhdev committed Aug 16, 2024
1 parent cea9867 commit dd0db5a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,26 +26,23 @@ jobs:
pwd
ls
cd ubuntu
cd 5-oyimtixon/api-gateway
cd finance/api_gateway-personal_finance
sudo docker compose down
sudo docker compose up -d
cd ..
cd auth-service
cd auth-personal_finance-
sudo docker compose down
sudo docker compose up -d
cd ..
cd budgetting-service
cd Budget-personal_finance-
sudo docker compose down
sudo docker compose up -d
cd ..

cd notification
sudo docker compose down
sudo docker compose up -d





Expand Down

0 comments on commit dd0db5a

Please sign in to comment.