fix: deploy pezkiwi.app to correct VPS (VPS2)

This commit is contained in:
2026-02-15 00:06:30 +03:00
parent 8f4b9087f3
commit e93cb143e2
3 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -47,9 +47,9 @@ jobs:
- name: Deploy to telegram.pezkiwi.app - name: Deploy to telegram.pezkiwi.app
uses: appleboy/scp-action@v1.0.0 uses: appleboy/scp-action@v1.0.0
with: with:
host: ${{ secrets.VPS1_HOST }} host: ${{ secrets.VPS2_HOST }}
username: ${{ secrets.VPS1_USER }} username: ${{ secrets.VPS2_USER }}
key: ${{ secrets.VPS1_SSH_KEY }} key: ${{ secrets.VPS2_SSH_KEY }}
source: 'dist/*' source: 'dist/*'
target: '/var/www/telegram.pezkiwi.app' target: '/var/www/telegram.pezkiwi.app'
strip_components: 1 strip_components: 1
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "pezkuwi-telegram-miniapp", "name": "pezkuwi-telegram-miniapp",
"version": "1.0.196", "version": "1.0.197",
"type": "module", "type": "module",
"description": "Pezkuwichain Telegram Mini App - Forum, Announcements, Rewards", "description": "Pezkuwichain Telegram Mini App - Forum, Announcements, Rewards",
"author": "Pezkuwichain Team", "author": "Pezkuwichain Team",
+3 -3
View File
@@ -1,5 +1,5 @@
{ {
"version": "1.0.196", "version": "1.0.197",
"buildTime": "2026-02-14T20:24:59.270Z", "buildTime": "2026-02-14T21:06:30.802Z",
"buildNumber": 1771100699271 "buildNumber": 1771103190812
} }