We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebf6ce2 commit a1867c5Copy full SHA for a1867c5
.github/workflows/deploy.yml
@@ -36,6 +36,6 @@ jobs:
36
--restart=always \
37
-e GPT_API_KEY=${{ secrets.GPT_API_KEY }} \
38
-e TELEGRAM_API_TOKEN=${{ secrets.TELEGRAM_API_TOKEN }} \
39
- -v ${{ secrets.HOST_DB_PATH }}/telegram_bot.sqlite \
+ -v ${{ secrets.HOST_DB_PATH }}:/telegram_bot.sqlite \
40
eevarn/myaws-bot
41
EOF
0 commit comments