Skip to content

fix/#50: 회원가입 api axios 타입 수정 #38

fix/#50: 회원가입 api axios 타입 수정

fix/#50: 회원가입 api axios 타입 수정 #38

Workflow file for this run

name: SolSolHigh-FE Deploy
on:
push:
branches: feat/#50-user-api
jobs:
deploy:
runs-on: ubuntu-latest
steps:
# stage : ssh
- name: SSH
uses: appleboy/ssh-action@v1.0.3
with:
host: ${{ secrets.SSH_KRO_HOST }}
username: ${{ secrets.SSH_KRO_USERNAME }}
password: ${{ secrets.SSH_PASSWORD }}
script: |
cd ~/solsol-high
./static.sh feat/#50-user-api