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
|
||||
|
||||
Reference in New Issue
Block a user