Skip to content

fix: [PATCH] /group/user enum 이슈 #34

fix: [PATCH] /group/user enum 이슈

fix: [PATCH] /group/user enum 이슈 #34

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