ci: skip VPS1 deploy, only deploy to telegram.pezkiwi.app

This commit is contained in:
2026-02-15 04:12:21 +03:00
parent 0f8541b6f5
commit b3241005ba
3 changed files with 15 additions and 13 deletions
+11 -9
View File
@@ -34,15 +34,17 @@ jobs:
- run: npm run build - run: npm run build
- name: Deploy to telegram.pezkuwichain.io # VPS1 (telegram.pezkuwichain.io) is currently running Zagros testnet - deployed manually
uses: appleboy/scp-action@v1.0.0 # Re-enable this step when testnet period is over
with: # - name: Deploy to telegram.pezkuwichain.io
host: ${{ secrets.VPS1_HOST }} # uses: appleboy/scp-action@v1.0.0
username: ${{ secrets.VPS1_USER }} # with:
key: ${{ secrets.VPS1_SSH_KEY }} # host: ${{ secrets.VPS1_HOST }}
source: 'dist/*' # username: ${{ secrets.VPS1_USER }}
target: '/var/www/telegram.pezkuwichain.io' # key: ${{ secrets.VPS1_SSH_KEY }}
strip_components: 1 # source: 'dist/*'
# target: '/var/www/telegram.pezkuwichain.io'
# strip_components: 1
- 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
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "pezkuwi-telegram-miniapp", "name": "pezkuwi-telegram-miniapp",
"version": "1.0.198", "version": "1.0.199",
"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.198", "version": "1.0.199",
"buildTime": "2026-02-14T21:14:54.393Z", "buildTime": "2026-02-15T01:12:21.769Z",
"buildNumber": 1771103694399 "buildNumber": 1771117941770
} }