Skip to content

feat: groupId object 이슈가.. (#38) #31

feat: groupId object 이슈가.. (#38)

feat: groupId object 이슈가.. (#38) #31

Workflow file for this run

name: SSH Deploy
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: executing remote ssh commands using rsa key
uses: appleboy/[email protected]
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
key: ${{ secrets.SSH_KEY }}
port: ${{ secrets.SSH_PORT }}
script: |
cd sometime-be/
git pull
npm install