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

Commit

Permalink
Copy certs to config directory
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-lane committed Dec 17, 2023
1 parent eeb3ec4 commit 58bc4af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
run: |
sudo apt-get --yes install rabbitmq-server
sudo cp ./rabbitmq.conf /etc/rabbitmq/rabbitmq.conf
sudo mkdir --parents /etc/rabbitmq/dev/ssl/cert
sudo cp ./dev/ssl/cert/*.pem /etc/rabbitmq/dev/ssl/cert
sudo rabbitmq-server
- name: Set up Python 3.9
uses: actions/setup-python@v3
Expand Down

0 comments on commit 58bc4af

Please sign in to comment.