Change to direct github link
All checks were successful
Build and Deploy Astro Landing / deploy (push) Successful in 9s
All checks were successful
Build and Deploy Astro Landing / deploy (push) Successful in 9s
This commit is contained in:
parent
a058c72537
commit
496619e8fe
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest # Метка вашего Forgejo Runner
|
runs-on: ubuntu-latest # Метка вашего Forgejo Runner
|
||||||
steps:
|
steps:
|
||||||
- name: Deploy to VPS via SSH
|
- name: Deploy to VPS via SSH
|
||||||
uses: appleboy/ssh-action@v1.2.5
|
uses: https://github.com/appleboy/ssh-action@v1.2.5
|
||||||
with:
|
with:
|
||||||
host: ${{ secrets.VPS_HOST }}
|
host: ${{ secrets.VPS_HOST }}
|
||||||
username: ${{ secrets.VPS_USER }}
|
username: ${{ secrets.VPS_USER }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue