Skip to content

Commit c6ccfe3

Browse files
authored
Merge pull request #1 from tikh-iv/cicd/deploy
Исправил ошибку в подключении volume
2 parents ebf6ce2 + a1867c5 commit c6ccfe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
--restart=always \
3737
-e GPT_API_KEY=${{ secrets.GPT_API_KEY }} \
3838
-e TELEGRAM_API_TOKEN=${{ secrets.TELEGRAM_API_TOKEN }} \
39-
-v ${{ secrets.HOST_DB_PATH }}/telegram_bot.sqlite \
39+
-v ${{ secrets.HOST_DB_PATH }}:/telegram_bot.sqlite \
4040
eevarn/myaws-bot
4141
EOF

0 commit comments

Comments
 (0)