Skip to content

feat: uuid and secret key fluxync nsfw detection #14

feat: uuid and secret key fluxync nsfw detection

feat: uuid and secret key fluxync nsfw detection #14

Workflow file for this run

name: Sersow API CD Production
on:
push:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: executing remote ssh commands using password
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
script: |
cd app/sersow/controller/production
git reset --hard HEAD
git switch main
git pull origin main
npm i
pm2 restart sersow-controller-production