Skip to content

GPT4 model cycling rather than one particular model. #12

GPT4 model cycling rather than one particular model.

GPT4 model cycling rather than one particular model. #12

Workflow file for this run

name: Deploy Discord Bot
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Deploy to Server
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.SERVER_IP }}
username: ${{ secrets.SERVER_USER }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: /home/ubuntu/update_bot.sh