Skip to content

Commit 5609b3f

Browse files
committed
fix(cd): use PROD_CONFIG
1 parent ec472a8 commit 5609b3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414

1515
- name: add secrets
16-
run: echo ${{ secrets.CONFIG }} > deploy/prod/ttt/secrets.yaml
16+
run: echo ${{ secrets.PROD_CONFIG }} > deploy/prod/ttt/secrets.yaml
1717

1818
- name: deploy
1919
run: bash ./deploy/prod/deploy.sh

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ttt"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Tic-Tac-Toe Telegram Bot"
55
authors = [
66
{name = "Alexander Smolin", email = "[email protected]"}

0 commit comments

Comments
 (0)