Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
Include RabbitMQ config file
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-lane committed Dec 17, 2023
1 parent e54c6fc commit c5d65e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
uses: actions/checkout@v3
- name: Setup RabbitMQ
run: |
sudo apt-get --yes install rabbitmq-server
sudo apt-get --yes install rabbitmq-server
sudo cp ./rabbitmq.conf /etc/rabbitmq/rabbitmq.conf
sudo rabbitmq-server -detached
- name: Set up Python 3.9
uses: actions/setup-python@v3
Expand Down

0 comments on commit c5d65e2

Please sign in to comment.