Добавил Telegram в .env для CI/CD
All checks were successful
/ build (push) Successful in 3m30s
/ deploy (push) Successful in 56s

This commit is contained in:
Иван Кузьменко 2025-11-26 11:55:29 +03:00
parent 746359e93a
commit 3343e59f16

View file

@ -30,7 +30,7 @@ jobs:
key: ${{ steps.tsru-npm.outputs.cache-primary-key }} key: ${{ steps.tsru-npm.outputs.cache-primary-key }}
- name: Populate the .env file - name: Populate the .env file
run: echo "PUBLIC_TS_DISCORD=${{ vars.PUBLIC_TS_DISCORD }}" >> .env run: printf "PUBLIC_TS_DISCORD=%s\nPUBLIC_TS_TELEGRAM=%s\n" "${{ vars.PUBLIC_TS_DISCORD }}" "${{ vars.PUBLIC_TS_TELEGRAM }}" >> .env
- name: Build frontend - name: Build frontend
run: npm run build run: npm run build