Skip to content

Commit

Permalink
try to fix: docker services in ci cd
Browse files Browse the repository at this point in the history
  • Loading branch information
MehmedGIT committed Dec 4, 2024
1 parent 52603f6 commit 07d276b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ jobs:
echo "$SSH_KEY_HPC" > /home/runner/.ssh/key_hpc
chmod 600 /home/runner/.ssh/key_hpc
- name: stop RabbitMQ and MongoDB instances if still running
run: docker compose -f ./docker-compose.yml --env-file ${{ env.ENV_FILE }} down --remove-orphans

- name: start RabbitMQ Server
run: docker compose -f ./docker-compose.yml --env-file ${{ env.ENV_FILE }} up -d operandi-rabbitmq

Expand Down

0 comments on commit 07d276b

Please sign in to comment.