Skip to content

Commit

Permalink
organized run command to multipleline
Browse files Browse the repository at this point in the history
  • Loading branch information
fatemeh-i committed Mar 12, 2024
1 parent eed3bf1 commit f754d5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main-otc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
env:
TAG: otc-op
run: |
ssh ${{secrets.SSH_USER_PRO}}@${{secrets.SSH_HOST_PRO}} "cd ${{secrets.SSH_DIR}}
&& docker-compose -f docker-compose-otc.yml pull
ssh ${{secrets.SSH_USER_PRO}}@${{secrets.SSH_HOST_PRO}} "cd ${{secrets.SSH_DIR}} \
&& docker-compose -f docker-compose-otc.yml pull \
&& docker compose -f docker-compose-otc.yml -f docker-compose-otc.local.yml up -d && exit "

0 comments on commit f754d5f

Please sign in to comment.