homepage action
This commit is contained in:
commit
4c60a24af2
1 changed files with 0 additions and 21 deletions
|
@ -1,21 +0,0 @@
|
||||||
name: Auto Pull
|
|
||||||
|
|
||||||
on: [push]
|
|
||||||
# push:
|
|
||||||
# branches:
|
|
||||||
# - 'main'
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
deploy:
|
|
||||||
runs-on: docker
|
|
||||||
steps:
|
|
||||||
- name: SSH Deploy
|
|
||||||
uses: https://github.com/appleboy/ssh-action@v1
|
|
||||||
with:
|
|
||||||
host: ${{ secrets.HOST_ADDRESS }}
|
|
||||||
username: forgejo #$ {{ secrets.SSH_USER }} #
|
|
||||||
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
|
||||||
script: |
|
|
||||||
ls
|
|
||||||
cd homeserver
|
|
||||||
${{ secrets.SCRIPT }}
|
|
Loading…
Add table
Add a link
Reference in a new issue