Skip to content

Commit

Permalink
format &&
Browse files Browse the repository at this point in the history
  • Loading branch information
RazvanLiviuVarzaru committed Nov 28, 2024
1 parent cd85e05 commit 4a5e565
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bbm_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ jobs:
-e "ssh -p $TPORT" ./ $TUSER@$TIP:$TPATH/
# Generate docker-compose
ssh -p $TPORT $USER@$TIP "cd $TPATH/docker-compose/
&& ./generate-config.py --env=${BB_ENV,,}"
ssh -p $TPORT $USER@$TIP "cd $TPATH/docker-compose/ &&
./generate-config.py --env=${BB_ENV,,}"
# Define auto-generated masters
ssh -p $TPORT $USER@$TIP "cd $TPATH/ && ./define_masters.py"
Expand Down

0 comments on commit 4a5e565

Please sign in to comment.