Skip to content

Merge branch 'main' of https://github.com/kckc0608/everdu.tk #12

Merge branch 'main' of https://github.com/kckc0608/everdu.tk

Merge branch 'main' of https://github.com/kckc0608/everdu.tk #12

Workflow file for this run

on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: ssh connect
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
passphrase: ${{ secrets.PASSPHRASE }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
key: ${{ secrets.KEY }}
script: |
cd html_link/introduce
git pull