Skip to content

Merge pull request #6 from kenu/transcript #95

Merge pull request #6 from kenu/transcript

Merge pull request #6 from kenu/transcript #95

Workflow file for this run

name: remote ssh command for deploy
on:
push:
branches: [main]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: SSH Remote Commands
uses: appleboy/ssh-action@v1.0.3
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }}
script: |
./scripts/deploy-youtb.sh