Skip to content

Commit

Permalink
add: debug container
Browse files Browse the repository at this point in the history
  • Loading branch information
rhblind committed Sep 20, 2024
1 parent 04bb42b commit 3ec9b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/elixir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@v4

- name: Copy Mosquitto config
run: docker cp ${{ github.workspace }}/.mosquitto/* mqtt:/mosquitto/config
run: docker cp -a ${{ github.workspace }}/.mosquitto mqtt:/mosquitto/config

# Ensure to restart MQTT after checkout to correctly bind the config volume
- name: Restart MQTT
Expand Down

0 comments on commit 3ec9b67

Please sign in to comment.