mirror of
https://github.com/pezkuwichain/pezkuwi-telegram-miniapp.git
synced 2026-04-22 03:07:55 +00:00
feat(deploy): add telegram.pezkiwi.app as second deploy target
This commit is contained in:
@@ -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
|
||||
|
||||
+1
-1
@@ -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",
|
||||
|
||||
+3
-3
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user