Skip to content

Deleted the accidental about in about.html #22

Deleted the accidental about in about.html

Deleted the accidental about in about.html #22

Workflow file for this run

name: deploy
on:
push:
branches:
- main
permissions:
contents: read
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Deploy to kuroneko.dev
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.SSH_KEY }}
script: |
git -C /var/www/kuroneko-dev pull --force