Skip to content

update ytdl-core, add button to upload both video and audio #42

update ytdl-core, add button to upload both video and audio

update ytdl-core, add button to upload both video and audio #42

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: executing remote ssh commands using ssh key
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }}
passphrase: ${{ secrets.PASSPHRASE }}
command_timeout: 30m
script: |
cd bots/trash-taste
git pull
sudo docker-compose -f docker-compose.yml pull
sudo docker-compose -f docker-compose.yml up --force-recreate -d