We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb855c7 commit 4c53c30Copy full SHA for 4c53c30
.github/workflows/deploy.yml
@@ -19,10 +19,12 @@ jobs:
19
docker stop copilot-bot || true
20
docker rm copilot-bot || true
21
22
+ # Add the saved counting.json file as a volume to persist stored data
23
- name: Run new Docker container
24
run: |
25
docker run -d --name copilot-bot \
26
--restart unless-stopped \
27
+ -v /home/firesteel/Bots/Copilot/counting.json:/app/counting.json \
28
-e TOKEN=${{ secrets.TOKEN }} \
29
-e GUILD_ID=${{ vars.GUILD_ID }} \
30
copilot-bot-image:latest
0 commit comments