Skip to content

[Docs] cd 파일 수정 (#505) #3

[Docs] cd 파일 수정 (#505)

[Docs] cd 파일 수정 (#505) #3

Workflow file for this run

name: Client Deploy
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: executing remote ssh commands using key
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }}
script: |
./deploy.sh