diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 47b9ab2..4235a48 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,15 +34,17 @@ jobs: - run: npm run build - - name: Deploy to telegram.pezkuwichain.io - uses: appleboy/scp-action@v1.0.0 - with: - host: ${{ secrets.VPS1_HOST }} - username: ${{ secrets.VPS1_USER }} - key: ${{ secrets.VPS1_SSH_KEY }} - source: 'dist/*' - target: '/var/www/telegram.pezkuwichain.io' - strip_components: 1 + # VPS1 (telegram.pezkuwichain.io) is currently running Zagros testnet - deployed manually + # Re-enable this step when testnet period is over + # - name: Deploy to telegram.pezkuwichain.io + # uses: appleboy/scp-action@v1.0.0 + # with: + # host: ${{ secrets.VPS1_HOST }} + # username: ${{ secrets.VPS1_USER }} + # key: ${{ secrets.VPS1_SSH_KEY }} + # source: 'dist/*' + # target: '/var/www/telegram.pezkuwichain.io' + # strip_components: 1 - name: Deploy to telegram.pezkiwi.app uses: appleboy/scp-action@v1.0.0 diff --git a/package.json b/package.json index ec00743..56ce434 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pezkuwi-telegram-miniapp", - "version": "1.0.198", + "version": "1.0.199", "type": "module", "description": "Pezkuwichain Telegram Mini App - Forum, Announcements, Rewards", "author": "Pezkuwichain Team", diff --git a/src/version.json b/src/version.json index fbb2e86..32e9ffb 100644 --- a/src/version.json +++ b/src/version.json @@ -1,5 +1,5 @@ { - "version": "1.0.198", - "buildTime": "2026-02-14T21:14:54.393Z", - "buildNumber": 1771103694399 + "version": "1.0.199", + "buildTime": "2026-02-15T01:12:21.769Z", + "buildNumber": 1771117941770 }