Skip to content

CardCommand.pyの条件チェックを更新し、requirements.txtにi18niceを追加 #54

CardCommand.pyの条件チェックを更新し、requirements.txtにi18niceを追加

CardCommand.pyの条件チェックを更新し、requirements.txtにi18niceを追加 #54

Workflow file for this run

name: CD
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install SSH Key for Deploy
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USER }}
password: ${{ secrets.SECRET_KEY }}
script: |
cd HonkaiStarRailDiscordBot
git pull