Skip to content

revert: "feat(discord): integrate Discord bot functionality and updat… #52

revert: "feat(discord): integrate Discord bot functionality and updat…

revert: "feat(discord): integrate Discord bot functionality and updat… #52

Workflow file for this run

name: 'Build and Deploy'
on:
workflow_dispatch:
push:
branches: [main]
jobs:
build-and-deploy:
name: Build and Deploy
runs-on: ubuntu-latest
steps:
- name: Connect to SSH and run commands
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USER }}
password: ${{ secrets.SSH_PASSWORD }}
port: ${{ secrets.SSH_PORT }}
script: |
./build.sh