Skip to content

Removing console.log messages. #37

Removing console.log messages.

Removing console.log messages. #37

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