mirror of
https://github.com/pezkuwichain/pezkuwi-telegram-miniapp.git
synced 2026-04-22 01:57:56 +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
|
||||
uses: appleboy/scp-action@v1.0.0
|
||||
with:
|
||||
host: ${{ secrets.VPS1_HOST }}
|
||||
username: ${{ secrets.VPS1_USER }}
|
||||
key: ${{ secrets.VPS1_SSH_KEY }}
|
||||
host: ${{ secrets.VPS2_HOST }}
|
||||
username: ${{ secrets.VPS2_USER }}
|
||||
key: ${{ secrets.VPS2_SSH_KEY }}
|
||||
source: 'dist/*'
|
||||
target: '/var/www/telegram.pezkiwi.app'
|
||||
strip_components: 1
|
||||
|
||||
Reference in New Issue
Block a user