use github action runners
This commit is contained in:
parent
4121a87875
commit
603b08209b
1 changed files with 3 additions and 8 deletions
11
.github/workflows/deploy.yml
vendored
11
.github/workflows/deploy.yml
vendored
|
|
@ -6,12 +6,7 @@ on:
|
|||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Deploy via SSH
|
||||
uses: appleboy/ssh-action@v1
|
||||
with:
|
||||
host: love-tin.exe.xyz
|
||||
username: exedev
|
||||
key: ${{ secrets.DEPLOY_SSH_KEY }}
|
||||
script: /home/exedev/deploy.sh
|
||||
- name: Deploy
|
||||
run: /home/exedev/deploy.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue