Skip to content

Commit

Permalink
Merge pull request #40 from UselessStudio/release/v0.4.0
Browse files Browse the repository at this point in the history
Release 0.4.0
  • Loading branch information
LowderPlay authored Aug 4, 2024
2 parents 84f5abf + d0be509 commit bbf7809
Show file tree
Hide file tree
Showing 68 changed files with 1,796 additions and 958 deletions.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ VITE_BOT_USERNAME=TeleOTPAppBot
VITE_PLAUSIBLE_DOMAIN=teleotp.pages.dev
VITE_PLAUSIBLE_API_HOST=https://analytics.gesti.tech
VITE_CHANNEL_LINK=https://t.me/teleotpapp
VITE_APP_NAME=app
VITE_TRANSLATE_LINK=https://crowdin.com/project/teleotp
3 changes: 2 additions & 1 deletion .github/workflows/bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- "main"
workflow_dispatch:

jobs:
build:
Expand Down Expand Up @@ -38,4 +39,4 @@ jobs:
file: ./bot/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}
Loading

0 comments on commit bbf7809

Please sign in to comment.