Skip to content

cd: yaml 파일 수정 #1

cd: yaml 파일 수정

cd: yaml 파일 수정 #1

Workflow file for this run

name: remote ssh command
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: executing remote ssh commands using password
uses: appleboy/[email protected]
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
password: ${{ secrets.SSH_PASSWORD }}
port: ${{ secrets.SSH_PORT }}
script: |
cd CodePoker-API/
npm install
git pull