mirror of
https://github.com/pezkuwichain/pezkuwi-telegram-miniapp.git
synced 2026-04-22 03:07:55 +00:00
fix: deploy pezkiwi.app to correct VPS (VPS2)
This commit is contained in:
@@ -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
@@ -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
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user