Skip to content

💮 Set the inline to be true for aesthetics #117

💮 Set the inline to be true for aesthetics

💮 Set the inline to be true for aesthetics #117

Workflow file for this run

name: Docker CI/CD
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: SSH into server and update the bot
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.SSH_IP }}
username: ${{ secrets.SSH_USERNAME }}
password: ${{ secrets.SSH_PASSWORD }}
port: 22
script: |
cd Korii-Bot
sudo docker compose down
sudo git pull
sudo docker compose up -d