Skip to content

Updating changelog. #20

Updating changelog.

Updating changelog. #20

Workflow file for this run

name: Deploy to CloudPanel
on:
push:
branches:
- dev
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy to Server
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME_DEV }}
key: ${{ secrets.KEY }}
script: fatiguediary/_service/install.sh