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:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
- name: Deploy via SSH
|
- name: Deploy
|
||||||
uses: appleboy/ssh-action@v1
|
run: /home/exedev/deploy.sh
|
||||||
with:
|
|
||||||
host: love-tin.exe.xyz
|
|
||||||
username: exedev
|
|
||||||
key: ${{ secrets.DEPLOY_SSH_KEY }}
|
|
||||||
script: /home/exedev/deploy.sh
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue