deleted github workflow

pull/1/head
s00ner 2022-01-29 15:01:19 -05:00
parent 193490e560
commit da4ca26217
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
on: [push]
jobs:
deploy_job:
runs-on: ubuntu-latest
name: deploy
steps:
- name: Checkout
uses: actions/checkout@v2
- name: deploy file
uses: wlixcc/SFTP-Deploy-Action@v1.0
with:
username: ${{ secrets.USERNAME}}
server: ${{ secrets.HOST}}
ssh_private_key: ${{ secrets.SSH_KEY }}
local_path: './*'
remote_path: '/home/mdbook/wiki/src'
args: '-o ConnectTimeout=5'