Skip to content
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.

Remove discriminator #66

Remove discriminator

Remove discriminator #66

Workflow file for this run

name: Deploy to VPS
on:
push:
branches:
- master
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
# Restart the server
- name: Restart app
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.REMOTE_HOST }}
username: ${{ secrets.REMOTE_USER }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
port: ${{ secrets.REMOTE_PORT }}
script: |
cd ${{ secrets.REMOTE_PATH }}
./deploy.sh