Skip to content

feat: show attachment in choice embed #379

feat: show attachment in choice embed

feat: show attachment in choice embed #379

Workflow file for this run

name: Deploy CompliBot Submissions
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Executing remote command
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.VPS_HOST_IP }}
USERNAME: ${{ secrets.VPS_BOT_USERNAME }}
PORT: ${{ secrets.VPS_SSH_PORT }}
KEY: ${{ secrets.VPS_BOT_SSH_KEY }}
script: |
cd ./CompliBot-Submissions
git stash
git pull
pnpm install
pm2 delete "complibot-submissions"
pm2 start "pnpm start" --name "complibot-submissions"