diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4f98f00..b20fef0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,7 +34,7 @@ jobs: - run: npm run build - - name: Deploy to VPS + - name: Deploy to telegram.pezkuwichain.io uses: appleboy/scp-action@v1.0.0 with: host: ${{ secrets.VPS1_HOST }} @@ -43,3 +43,13 @@ jobs: source: 'dist/*' target: '/var/www/telegram.pezkuwichain.io' strip_components: 1 + + - name: Deploy to telegram.pezkiwi.app + 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.pezkiwi.app' + strip_components: 1 diff --git a/package.json b/package.json index df02286..574dd0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pezkuwi-telegram-miniapp", - "version": "1.0.186", + "version": "1.0.187", "type": "module", "description": "Pezkuwichain Telegram Mini App - Forum, Announcements, Rewards", "author": "Pezkuwichain Team", diff --git a/src/version.json b/src/version.json index cf363c3..608e8b1 100644 --- a/src/version.json +++ b/src/version.json @@ -1,5 +1,5 @@ { - "version": "1.0.186", - "buildTime": "2026-02-14T08:06:14.928Z", - "buildNumber": 1771056374928 + "version": "1.0.187", + "buildTime": "2026-02-14T08:08:25.403Z", + "buildNumber": 1771056505404 }