We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cd
PROD_CONFIG
1 parent ec472a8 commit 5609b3fCopy full SHA for 5609b3f
.github/workflows/cd.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v4
14
15
- name: add secrets
16
- run: echo ${{ secrets.CONFIG }} > deploy/prod/ttt/secrets.yaml
+ run: echo ${{ secrets.PROD_CONFIG }} > deploy/prod/ttt/secrets.yaml
17
18
- name: deploy
19
run: bash ./deploy/prod/deploy.sh
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "ttt"
3
-version = "0.1.0"
+version = "0.1.1"
4
description = "Tic-Tac-Toe Telegram Bot"
5
authors = [
6
{name = "Alexander Smolin", email = "[email protected]"}
0 commit comments